Run
Reset
Chrome
Cobalt
Monokai
Dreamweaver
Vibrant Ink
<!-- HTML -->
/*CSS*/
let myStr = "Find in the string."; document.write(myStr.includes("the", 9)); //Outputs false