Skip to content

Instantly share code, notes, and snippets.

@alexandre
Created February 28, 2014 17:26
Show Gist options
  • Select an option

  • Save alexandre/9275442 to your computer and use it in GitHub Desktop.

Select an option

Save alexandre/9275442 to your computer and use it in GitHub Desktop.
teste para alguém do twitter
<html>
<body>
<script language="javascript" type="text/javascript">
<!--
function foo() {
if (5 > 3 ) {
alert("Let's go down the first road!");
}
else
{ console.log("fudeo"); }
}
document.body.innerHTML = foo();
//-->
</script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment