Skip to content

Instantly share code, notes, and snippets.

@xmeta
Last active October 27, 2019 06:22
Show Gist options
  • Save xmeta/68c43eb20d2c5dd93fc39162a7afa368 to your computer and use it in GitHub Desktop.
Save xmeta/68c43eb20d2c5dd93fc39162a7afa368 to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html lang="en">
<title>Test</title>
<script>
<!-- This line is a comment :)
alert("Hello"); // This line is not a comment!
--> /** This line is a comment :)
alert("World"); // This line is not a comment!
<!--
alert("!!"); // This line is not a comment!
</script>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment