+ 2
Objects Overview. There are properties and methods.
Objects JavaScript is an Object Oriented Programming (OOP) language allowing the programmer to define custom objects and make custom variable types. An object has properties and methods. Properties Properties are the values associated with an object. The syntax for accessing a property of an object is: objName.propertyName Methods Methods are the actions that can be performed on objects. The syntax for calling a method of an object is: objName.methodName()
2 Réponses
0
Yeah! You got it.
0
right