Skip to content

Instantly share code, notes, and snippets.

@dumindu
Last active December 31, 2016 19:43
Show Gist options
  • Save dumindu/654c52b0f2b7b8d12530 to your computer and use it in GitHub Desktop.
Save dumindu/654c52b0f2b7b8d12530 to your computer and use it in GitHub Desktop.
let x = 'x';
let y = '😎';
// ⭐️ no "x", only single quotes
//because of Unicode support, char is not a single byte, but four.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment