Skip to content

Instantly share code, notes, and snippets.

@JosePedroDias
Created March 28, 2014 00:15
Show Gist options
  • Save JosePedroDias/9822160 to your computer and use it in GitHub Desktop.
Save JosePedroDias/9822160 to your computer and use it in GitHub Desktop.
'\n'.charCodeAt(0); // 10
String.fromCharCode(10); // '\n'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment