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

Thursday, December 6, 2012

Codecademy: Codeyear What's a Class?


//sample solution


function Skateboard(color, length) {
    this.color = color;
    this.length = length;
}

//create a constructor for the Bike object here
function Bike(){

}

No comments:

Post a Comment


This is an example of scrolling text using Javascript.

Popular Posts