What Does Object Base Scripting Mean?
- Forums
- Javascipt
- What Does Object Base Scripting Mean?
This Page Contains information about What Does Object Base Scripting Mean? By web hosting in category Javascipt with 0 Replies. [2150], Last Updated: Mon Jun 24, 2024
web hosting
Sat Apr 19, 2008
0 Comments
421 Visits
Object based means that Javascript can use item called objects but the objects are not class bases (meaing no distinction is made between a class and an instance) instead, they are just genearl objects. You can learn how to work with javascript object in some of my tutorials. You dont need to understand them in any detail until you know a few other features of the javascript language.