Skip to content

Instantly share code, notes, and snippets.

@JakeSidSmith
Last active April 11, 2019 16:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save JakeSidSmith/0e59696d4e97c9c71485271d17db7be0 to your computer and use it in GitHub Desktop.
Save JakeSidSmith/0e59696d4e97c9c71485271d17db7be0 to your computer and use it in GitHub Desktop.
Valid ascii art ES5 javascript variable names
// Info about available characters
// https://mathiasbynens.be/notes/javascript-identifiers
// Test your variable names
// https://mothereff.in/js-variables
const ǀʋ〇ᴥ〇ǀ = 'Jake the dog'; // Needs parenthesis-like wrapper
const ᗡo_oᗞ = 'Monkey or Deadmau5?';
const シ = 'Smile';
const ㇱ = 'Small smile';
const ᚘ = 'Park bench';
const ᐂᐖᐙᐍᐉ = 'Triangles!';
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment