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

Thursday, December 6, 2012

Codecademy: Codeyear Doin' Stuff with Strings


//sample solution


var str = "I'm one cool string.";

// your code here!
console.log(str.indexOf("cool"));
var uncoolStr = str.replace("cool","boring");
console.log(uncoolStr);

No comments:

Post a Comment


This is an example of scrolling text using Javascript.

Popular Posts