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

3 lines
73 B
CoffeeScript
Raw Permalink Normal View History

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