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

Wednesday, December 5, 2012

Codecademy: Codeyear Intro to Embedded Loops


//sample solution

var count = 0;
for(i = 0; i < 3; i++){
  for(y = 0; y < 4; y++){
    count++;
  }
}
console.log(count);

No comments:

Post a Comment


This is an example of scrolling text using Javascript.

Popular Posts