JavaScript Object Manipulation

Developer : Dougal Matthews

License : Other Free / Open So , price : Free $

Size : JavaScript , OS : Windows/Linux/Mac OS/BSD/Solaris

Date added: 2008-07-23

Category : Programming Methods and Algorithms

Download link - Download this software


Description


This is an explanation of Object Manipulation in JavaScript with an example included.


JavaScript is a very dynamic language, so much so that you can redefine and change objects on the fly. This can be a strange concept to programmers from a more traditional OO background such as Java or C#, however once made familiar it can be very useful.


This feature is not restricted to modifying your own objects; you can change the built in JavaScript objects.