JSFiddle - React, Tailwind, and code Playground
JavaScript
let teste = 'abcdefghijklmnopqrstuvxwyz'
for (let i = 0; i< teste.length; i++) {
console.log(teste.charCodeAt(i));
}
let teste = 'abcdefghijklmnopqrstuvxwyz'
for (let i = 0; i< teste.length; i++) {
console.log(teste.charCodeAt(i));
}