Skip to main content

Posts

Showing posts from October, 2016

Java Script Objects

JavaScript objects are also datatypes. Just like int, string but the difference here is objects can contain properties and variables both. Properties can be of JSON data type or in the form of key-value pairs. Objects are stored in the heap memory compared to other data types which are stored in stack memory