Search Content

Articles Categories


Advertisements

Partners


Blog Tags


Popular Articles


Javascript Conversions
2008-05-22 05:28:30

One of the most important features of any programming language is the capability to convert between types, and javascript provides developers with a number of easy conversion routines. Most types contain methods that provide for simple conversion, and several global methods are available for more complex conversion. In either case, type conversion is a short, one-step process in javascript.  Read more

Posted into JavaScript Tutorials / 0 comments »