Javascript Prototypes

Classes, Properties, Methods and Ships Javascript is an object oriented (OO) programming language. Many object oriented programming languages, such as Java and ActionScript, are class based. A ‘class’ acts as a blueprint for objects or instances created from the blueprint. We may, for example, have a class ‘Ship’ that defines the basic characteristics of a…

Read More