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

Thursday, December 6, 2012

Codecademy: Codeyear Playing with Strings


//sample solution


var str = "Hello, I'm a string!";

// your code here
console.log(str.length);
console.log(str.substring(0,5));

No comments:

Post a Comment


This is an example of scrolling text using Javascript.

Popular Posts