As an asynchronous event driven JavaScript runtime, Node is designed to build scalable network applications.
Here’s the video:
Here are the steps to install node and then verify the version on Ubuntu
curl -sL https://deb.nodesource.com/setup_4.x | sudo -E bash -
sudo apt install -y nodejs
To verify which version you currently have installed
node -v