RosettaCodeData/Task/Character-codes/CoffeeScript/character-codes.coffeescript

3 lines
73 B
Text
Raw Normal View History

2013-04-10 16:57:12 -07:00
console.log 'a'.charCodeAt 0 # 97
console.log String.fromCharCode 97 # a