. Inclui (string
var str = "Hello world, welcome to the universe.";
var n = str.includes("world");
Black Necked Stork
var str = "Hello world, welcome to the universe.";
var n = str.includes("world");