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.