Quotes help make search much faster. Example: "Practice Makes Perfect"

Wednesday, December 5, 2012

Codecademy: Codeyear Counting by Twos


//sample solution


var i;

for (i = 2; i <= 6; i+=2) {
    console.log(i);
}

No comments:

Post a Comment


This is an example of scrolling text using Javascript.

Popular Posts