Skip to content

Instantly share code, notes, and snippets.

@fataelislami
Created March 28, 2017 13:57
Show Gist options
  • Save fataelislami/c484caabc1f83ea5aa40a910838531e7 to your computer and use it in GitHub Desktop.
Save fataelislami/c484caabc1f83ea5aa40a910838531e7 to your computer and use it in GitHub Desktop.
<html>
<head></head>
<body>
<script>
var x=12;
if (x>10) {
alert("Hello World");
}
</script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment