JSFiddle - React, Tailwind, and code Playground
by brigand
JavaScript
const str = "Hello world, welcome to the universe.";
const n = str.indexOf('H');
console.log(n); //output: 13
by brigand
const str = "Hello world, welcome to the universe.";
const n = str.indexOf('H');
console.log(n); //output: 13