Mega Code Archive

 
Categories / JavaScript Reference / Javascript Methods
 

FromCharCode() Example

<html> <body> <button onclick="alert(String.fromCharCode(69,80));">built string from Char Code range</button> </body> </html>