what is equivalent to strpos in javascript code example
Example: js strpos
var str = "Hello world, welcome to the universe.";
var n = str.indexOf("welcome");
var str = "Hello world, welcome to the universe.";
var n = str.indexOf("welcome");