๐ง under construction
JS โฉ value โฉ type
๐ง
there is no type associated with variable declarationโ
The operands of comparison operator may be of any type.
main topics
type name
custom type name
type terms
falsy
statically typed
dynamically typed - JS is a dynamically typed language.
value types
primitive
String / Number / Boolean
object
class / Array / Set / Map
helper functions
type functions
typeof determines the type of a value. (๐ type name)
typeName()
TypeScript is a JavaScript dialect that checks types.
Eloquent JavaScript > Types
typeof
instanceof
type conversion table
what is "type" in JS? ๐ง
how to determine a value's "type"? ๐ง
Last updated 2 years ago
Was this helpful?