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

Friday, December 7, 2012

LearnStreet Javascript Lesson 7 Exercise 1


//sample solution

var arr = [];
//your code here
for(var i=1; i<=100; i++){
    arr.push(i);
}
arr;

No comments:

Post a Comment


This is an example of scrolling text using Javascript.

Popular Posts