let text = "Hello world, welcome to the universe."; let result = text.includes("world"); // return boolean value