Search
 
SCRIPT & CODE EXAMPLE
 

JAVASCRIPT

find numeric Unicode value of the character with charCodeAt() method

'ABC'.charCodeAt(0); // returns 65

var str = "ABCDEFGHIJKLMNOPQRSTUVWXYZ"; 
document.write(str.charCodeAt(str.length - 1));

// Output: 90
Comment

PREVIOUS NEXT
Code Example
Javascript :: navbar permanently in react router dom v6 
Javascript :: membuat validasi form dengan javascript 
Javascript :: debounce getx 
Javascript :: how to target a hidden html element by js 
Javascript :: Return characters in a string in alphabetic order 
Javascript :: check change from service variable angular 
Javascript :: offline bot command discord.js 
Javascript :: Slice and Splice -Javascript 2 
Javascript :: compare text 
Javascript :: how to declare a variable js 
Javascript :: access the prototype of an object javascript 
Javascript :: brightness javascript 
Javascript :: what is slot in vue.js 
Javascript :: what is local storage and session storage in javascript 
Javascript :: react native smart splash screen 
Javascript :: clear cache javascript 
Javascript :: underscore.js 
Javascript :: why we import react from react 
Javascript :: uncaught typeerror e.indexof is not a function jquery load 
Javascript :: using for loops js 
Javascript :: show uploaded image in react/nextjs 
Javascript :: react spring transition animations 
Javascript :: for in loops javascript 
Javascript :: sequelize find query to return raw data in json object format 
Javascript :: javascript objet keys comparaison 
Javascript :: how to clear radio field in jquery 
Javascript :: how to sort one element in property javascript 
Javascript :: regex javascript matching first letter to last 
Javascript :: javascript linting 
Javascript :: react js how to do array range 
ADD CONTENT
Topic
Content
Source link
Name
7+1 =