Mastodon Skip to content

My daughter and I logged on to Code.org's "Hour of Code" site tonight, and she's already made it through 8 lessons (using the Scratch interface to control an Angry Birds maze) and produced the following JavaScript:

for (var count = 0; count < 4; count++) { moveForward(); } turnLeft(); for (var count2 = 0; count2 < 5; count2++) { moveForward(); }