DEV Community

muthukumarasamy thangavel
muthukumarasamy thangavel

Posted on

Javascript Objects

Objects
Objects is contains the in formations
objects contains run time memory allocations
create method and set of actions the same as the objects
ex:
name:"Samsung"
(key : value )
Objects is the Key and Value pair

objects most important concept of the java script

Properties:
objects can be changed added and deleted

Methods:
method are actions can be performed on objects

object call as the method name easy to access

Top comments (0)