Dev Daily
Types & Grammar
Yaseen Akbari

Yaseen Akbari

Aug 30, 2022

Types & Grammar

Value Types

JS doesn't apply types to variables or properties -- what I call, "container types" -- but rather, values themselves have types -- what I call, "value types".

The language provides seven built-in, primitive (non-object) value types:

These value-types define collections of one or more concrete values, each with a set of shared behaviors for all values of each type.

Yaseen Akbari

Yaseen Akbari

Full Stack Developer in Love with Software Engineering

Leave a Reply

Related Posts

Categories