Notes :
- how to run js in nodejs
- data has type, value, built-in boolean
- data can be operated using operator (expression, to be evaluated)
- variable
- function (parameter/argument), function call is an expression, the value of the
expression is the return value
- array
- object
- operators (type of)
- control flow (conditional, loop)
Further Reading:
- expression and operator (what operators are available --unary, binary, ternary)
- array built-in function
- object built-in function
- Math object built-in function
- lexicographical
additional:
- data can be converted from one type to another