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

3 lines
73 B
CoffeeScript
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
console.log 'a'.charCodeAt 0 # 97
console.log String.fromCharCode 97 # a