
what is node.js?
Node.js is a platform built on Chrome’s JavaScript runtime for easily building fast and scalable network applications.
In your own words, what is Chrome’s V8 JavaScript Engine?
it’s an engine which compiles javascript code and run it through the browser.
What does it mean that node is a JavaScript runtime?
The Node.js runtime is the software stack responsible for installing your web service’s code and its dependencies and running your service.
What is the npm ?
stands for node pacakge manager.
What version of node are you running on your machine?
node 14.17.1
what is the npm version of yours ?
it’s 6.14.13
What command would you type to install a library/package called ‘jshint’?
npm install -g jshint
What is node used for?
It’s used for traditional web sites and back-end API services.

What are the 6 reasons for pair programming?
1.Greater efficiency 2.Engaged collaboration 3.Learning from fellow students 4.Social skills 5.Job interview readiness 6.Work environment readiness
In your experience, which of these reasons have you found most beneficial?
- being more sociable.
- to help each other (working as a team).