Skip to content

Latest commit

 

History

History
5 lines (3 loc) · 216 Bytes

README.md

File metadata and controls

5 lines (3 loc) · 216 Bytes

Objects

The primitive types of JavaScript are true, false, numbers, strings, null and undefined. Every other value is an object.

In JavaScript objects contain propertyName: propertyValue pairs.