Skip to content Skip to sidebar Skip to footer
Showing posts with the label Char

How To Reverse String.fromcharcode?

String.fromCharCode(72) gives H. How to get number 72 from char H? Solution 1: 'H' .charCo… Read more How To Reverse String.fromcharcode?