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

Monday, January 6, 2014

Codecademy - Animate Your Name: Discover the length


Sample Solution:

//document.write( "Ryan" );
document.write( " The length of Ryan is ");
document.write( "Ryan".length );
document.write( "." );


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