1Now, Node.js runtime is basically what will understand
2your javascriptcode and execute it to produce a result.
3
4Npm package manager is a tool which will allow you to
5install third party libraries (other people's code)
6by using the command line.