Udemy/JavaScript:Understanding the weird part
Types and Operators
렛츠기릿
2019. 2. 23. 23:24
Primitive Type (Undefine, Null, Boolean, Number, String, Symbol)
: A type of data that represents a single value
Undefine
: represents lack of existence (you shouldn't set a variable to this)
Null
: represents lack of existence (you can set a variable to this)
Operator
: A special function that is syntactically (Written) differently
Generally, operators take two parameters and return one result