2 lines
73 B
CoffeeScript
2 lines
73 B
CoffeeScript
console.log 'a'.charCodeAt 0 # 97
|
|
console.log String.fromCharCode 97 # a
|