Run
Reset
Chrome
Cobalt
Monokai
Dreamweaver
Vibrant Ink
<!-- HTML -->
/*CSS*/
var str = "This is also a random string."; var located_at = str.indexOf("also"); //located_at = 8 //'also' is located at 8th index document.write(located_at);