Skip to content

Instantly share code, notes, and snippets.

@gskachkov
Created June 19, 2017 14:21
Show Gist options
  • Save gskachkov/deba09e6e08b4d29ab896162693b7d0e to your computer and use it in GitHub Desktop.
Save gskachkov/deba09e6e08b4d29ab896162693b7d0e to your computer and use it in GitHub Desktop.
Special characters in variable names
var ಠ_ಠ = 15;
ಠ_ಠ = ಠ_ಠ + 10;
console.log(ಠ_ಠ);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment