/ES6-features

Primary LanguageJavaScript

Javascript ES6 Features

Install node js on your machine globaly and start coding. for installation on ubuntu:

sudo apt-get update
sudo apt-get install nodejs

Take a pull from git repository and try to understanding features. For running the file hit following command in terminal

node file_name.js

Check the output.