Skip to content

Latest commit

 

History

History
4 lines (4 loc) · 206 Bytes

File metadata and controls

4 lines (4 loc) · 206 Bytes

Easy way to check for alpha numeric characters

/[a-z0-9]/.test(char)

most efficient way to check for alpha numeric characters

use charCodeAt() returns the character code of a number or letter