|
|
 |
Introducing objects-what JavaScript's made of
Eventually we're going to have to face it, so lets just get it over with.
I will now explain to you the fundamental structure of ALL JavaScript codes,
because in order to understand JavaScript, you'll have to understand the
structure of it. JavaScript is a language that revolves around the "object"
concept, meaning that the majority of what you do with JavaScript involves
merely picking of one JavaScript's pre-made code and accessing it. Uh? You
say. Don't worry, I'll clear it up.
|