0% found this document useful (0 votes)
2 views1 page

Node.js JavaScript Basics Guide

Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
2 views1 page

Node.js JavaScript Basics Guide

Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd

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

You might also like