I think I can safely say that nobody understands quantum mechanics.” Richard Feynman
A resource for web developers a code snippet library with step by step tutorials.

a resource for web developers...

       

Search Amazon

JavaScript: Strings tutorial code snippet 1.

 

Up Up to JavaScript: Strings overview page

 

 

Working with strings: declare explicitly or implicitly.

Create a String object explicitly using the 'var' statement and 'new' keyword with the String() constructor function.

Or, create a string primitive implicitly using 'var' and assignment of a literal value.

 





Output view



Back to top

 

Bookmark and Share

 

Copyright © 2006-2010 justfigures.co.uk