JSFiddle - React, Tailwind, and code Playground
JavaScript
function myFunction(str,n) {
var str = "Helloworld,welcometotheuniverse.";
var m = str.indexOf("welcome");
console.log(m)
}
myFunction();
function myFunction(str,n) {
var str = "Helloworld,welcometotheuniverse.";
var m = str.indexOf("welcome");
console.log(m)
}
myFunction();