Skip to content

Instantly share code, notes, and snippets.

@JohnForbes
Created January 16, 2015 03:29
Show Gist options
  • Save JohnForbes/d2dfde5795208a042fbc to your computer and use it in GitHub Desktop.
Save JohnForbes/d2dfde5795208a042fbc to your computer and use it in GitHub Desktop.
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