Mypages.valdosta.edu

JavaScript Objects ‘Objects’ are combinations of ‘properties’ (which have values, similarly to the variables you have used so far) and methods (which are functions specialised for working with that type of object or its constituents). The core ECMAScript language has several classes of object pre-defined: String. Date. Math. Array ... ................
................