I’m coming from a background in C++ and Java, and trying to learn Javascript and canvas. Based off of this tutorial, I’ve got this so far. What did I do wrong that is causing it not to run? I suspect it’s because I’m not understanding objects in Javascript properly. Thanks!
Share
You are missing two closing-braces (}), one at the end of each for statement.