how to check if the text contains this word in javasrcipt code example Example: javascript string contains function s = "Hello world"; console.log(s.includes("world"));