Skip to content

Instantly share code, notes, and snippets.

@Nowasky
Created November 3, 2025 14:31
Show Gist options
  • Select an option

  • Save Nowasky/c4c0192dbb141e9ce11b6841e70bf8ba to your computer and use it in GitHub Desktop.

Select an option

Save Nowasky/c4c0192dbb141e9ce11b6841e70bf8ba to your computer and use it in GitHub Desktop.
JavaScript Lexer Ambiguity
x = top in/is; //alert(1)
x = top in/is; /* alert(2) */ y = x/is;
x = top in/is; /*
alert(3)
*/ y = x/is;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment