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

Thursday, January 31, 2013

Codecademy: Get Rid of the Man in the Middle



// Sample solution to Method Chaining

var date = "2012-03-16";

var converted_date = date.split('-').reverse().join('/');

No comments:

Post a Comment


This is an example of scrolling text using Javascript.

Popular Posts