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

Tuesday, December 4, 2012

Codecademy: Codeyear Practice


//sample solution

/*for (i = 5; i <= 7; i++) {
    code code code;
}*/
var firstLoop = 3;

/*for (i= 99; i >= 94; i--) {
    code code code;
}*/
var secondLoop = 6;

No comments:

Post a Comment


This is an example of scrolling text using Javascript.

Popular Posts