Tuesday, March 13th, 2012

JavaScript DataTypes

What data types does JavaScript have? What’s the difference between a number and a Number? Here we look at the different data types that JavaScript supports and what they should be used for. JavaScript Data Types

Tuesday, February 14th, 2012

Converting Between String and Number Data Types

JavaScript provides official functions for performing conversions between these data types but there are lots of other ways to make JavaScript do the conversion without using those functions. Here we look at the shortest alternatives. Converting Between String and Number Data Types

Sunday, October 31st, 2010

JavaScript Strings

JavaScript is extremely powerful when it comes to being able to manipulate text. The variety of methods available to find, change, extract, insert and otherwise manipulate text in JavaScript cover just about everything you are likely to want and you can easily add your own methods to cover things that have been left out. JavaScript [...]