Yaseen Akbari
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.
Full Stack Developer in Love with Software Engineering