8bitzz / blogs

0 stars 0 forks source link

What is Javascript made of? #11

Open 8bitzz opened 3 years ago

8bitzz commented 3 years ago

Disclaimer: This post is a shorten version of What is Javascript made of by Dan Abramov. You can read the full article here.

Value

Primitive Values

Equality

Strict Equality & Referential Equality

Literal

Variable

Object

An object is a special kind of value in JavaScript. The cool thing about objects is that they can have connections to other values.