JSFiddle - React, Tailwind, and code Playground

by Pritesh Patel

JavaScript

function myFunction(str,n) {
    var str = "Helloworld,welcometotheuniverse.";
    var m = str.indexOf("welcome");
    console.log(m)
    }
    myFunction();