Created
January 16, 2015 03:29
-
-
Save JohnForbes/d2dfde5795208a042fbc 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
var counter = 100 | |
var limit = counter + 600 | |
do { | |
//console.log(String.fromCharCode(counter)) | |
counter++ | |
} while (counter<limit) | |
console.log(String.fromCharCode(593)) | |
console.log("ɑ") |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment