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