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
//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