Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 598 Bytes

File metadata and controls

20 lines (16 loc) · 598 Bytes
description Primitive types

Primitive

{% hint style="info" %} SNOBUNS {% endhint %}

String anything inside of “ ”
****Number**** integers, floats, etc.
Object collection of data in “key: value” pairs
Boolean true or false
Undefined a variable that is declared but has not been given a value
Null no value
Symbol a unique value that is not equal to any other value (introduced in ES6)