Skip to content

Instantly share code, notes, and snippets.

@wagenet
Created February 24, 2016 14:50
Show Gist options
  • Save wagenet/13156b8054b464d7178c to your computer and use it in GitHub Desktop.
Save wagenet/13156b8054b464d7178c to your computer and use it in GitHub Desktop.
// This file is valid, if contrived.
// Without nested block comments, the middle alert will get run.
// With nested block comments it would not.
/*
Comment
/*
alert("Don't run this anymore.");
*/
alert("I'm in a double nested comment!");
/*
alert("Don't run this either.");
*/
// This is a comment that got caught by the block. */
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment