Creating Objects
Monday May 12, 2008
JavaScript is a prototyping language.
You are not limited to just those objects that JavaScript has already defined or even to extending those objects (which would allow you to create objects that can do just about anything at all). JavaScript also allows you to define objects of your very own to use in your scripts as this twenty first tutorial on Modern Unobtrusive JavaScript demonstrates.
Creating Objects


Comments
No comments yet. Leave a Comment