/*jshint multistr:true */
var text = “Eyy what’s going on gurl how you doin’ Christian, who happens to be myself.”;
var myName = (“Christian”);
var hits = ;
for (i = 0; i < text.length; i++); {
if (text[i] === “C”) {
var (j = i; j <= i + myName.length; j++) {
hits.push(text[j]);}
}
}
What’s wrong with this code? I get the SyntaxError: Unexpected token error.