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

Monday, January 6, 2014

Codecademy - Animate Your Name: Booleans


//Sample solution to main.js

var someString = "I'm coding like a champ";
document.write( someString );
document.write( " The length of this string is " );
document.write( someString.length );
//for space
document.write( " " );
document.write( someString.length > 10 );


Back to the list of sample solutions for Animate Your Name

No comments:

Post a Comment


This is an example of scrolling text using Javascript.

Popular Posts