I\'m getting the missing ) error from the following code. JS Hint says a ) is expected from the top line, but \"if\" found instead.
denom = (((theZombies[j].y +
Your – characters are atually U+2013 EN DASHes, which are not legal in Javascript.
–
You need to use U+002D HYPHEN-MINUS instead.