look up asciii value javascript code example Example: look up asciii value javascript var charCode = "a".charCodeAt(0); console.log(charCode);