-
Notifications
You must be signed in to change notification settings - Fork 0
Objects
Marie-Louise edited this page Sep 21, 2018
·
8 revisions
In JavaScript, and object can be described as standalone entity with properties and type.
The values in JavaScript can be divided into two categories:
Primitive
- Numbers
- Booleans
- Strings
- Null
- Undefined
Objects
- Math
- Date
- JSON
- Window
- Document
- objects that you create
- arrays
- functions
on occasions the following can be objects:
- Numbers
- Booleans
- Strings