ch 3 example 4
For some reason, the code given in this ch3 example 4 is not working and console reports in google dev tools reports that the mistake is in line
for (loopCounter = 2; loopCounter >= 0; loopCounter−−)
Since I'm a noob, I'd appreciate if someone could tell me why...
|