Creation
There are two ways to create an object
in JavaScript:
literal
Note: this is the recomended way.
and object-oriented
Note: it's almost like Java.
Last updated
There are two ways to create an object
in JavaScript:
literal
Note: this is the recomended way.
and object-oriented
Note: it's almost like Java.
Last updated