JS tutorial for beginners.
install Node.js
curl -sL https://deb.nodesource.com/setup_6.x | sudo -E bash -
sudo apt-get install -y nodejs
# Optional: install build tools
sudo apt-get install -y build-essential
Then choose the lesson and run it.
nano fileName.js | gedit fileName.js
node fileName.js
.
├── 01-JS-variables.js
├── 02-JS-operators.js
├── 03-JS-precedence-operators.js
├── 04-JS-data-types.js
├── 05-JS-functions.js
├── 06-JS-objects.js
├── 07-JS-scope.js
├── 08-JS-events.js
├── 09-JS-string-methods.js
├── 10-JS-number-methods.js
├── 11-JS-array-methods.js
├── 12-JS-conditions-and-loops.js
├── 13-JS-json.js
└── README.md