Skip to content

Instantly share code, notes, and snippets.

@ycrao
Last active February 17, 2017 08:10
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 ycrao/73a8c7be53564489ae64cf10eefcc9a0 to your computer and use it in GitHub Desktop.
Save ycrao/73a8c7be53564489ae64cf10eefcc9a0 to your computer and use it in GitHub Desktop.
es6_1
let [a, b, c] = [1, 2, 3];
"\u{20BB7}"
// "𠮷"
"\u{41}\u{42}\u{43}"
// "ABC"
let hello = 123;
hell\u{6F} // 123
'\u{1F680}' === '\uD83D\uDE80'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment