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