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

Thursday, December 6, 2012

Codecademy: Codeyear Abstract Away


//sample solution


//Create a Car object here
function Car( price, color ) {
    this.price = price;
    this.color = color;
   
    this.honk = function() {
        console.log("BEEP BEEP!!");
    };
}

No comments:

Post a Comment


This is an example of scrolling text using Javascript.

Popular Posts