Last active
December 31, 2016 19:43
-
-
Save dumindu/654c52b0f2b7b8d12530 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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