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

Thursday, November 15, 2012

Codecademy: "Changing the bars"


//sample solution to script.js

//Note: code exists prior to this point


function setBarWidth($bar,newWidth) {
    return $bar.width(newWidth);
}

//Note: code exists after to this point

No comments:

Post a Comment


This is an example of scrolling text using Javascript.

Popular Posts