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

Friday, December 7, 2012

Codecademy: Codeyear Give it a push


//sample solution


var fruits = [ "apple", "banana" ];
fruits.push("pear");
//test
console.log(fruits);

No comments:

Post a Comment


This is an example of scrolling text using Javascript.

Popular Posts