-Node.js is an event-based, non-blocking, asynchronous I/O runtime that uses Google’s V8 JavaScript engine and libuv library.
OPen sours js engine in google .
Execute javaScript code on our computer, thats mean when program is run.
npm is also the world’s largest software registry. There are over 1,000,000 packages of JavaScript code available to download, with billions of downloads per week. Let’s take a quick look at how we would use npm to install a package.
v12.22.1
6.14.12
Globally npm install -g jshint Locally npm install jshint
-
can be used for anything from bundling your JavaScript files
-
dependencies into static assets,
-
automatic code linting and style checking
- Greater efficiency
- Engaged collaboration
- Earning from fellow students
- Social skills
- Job interview readiness
- Work environment readiness
Learning from fellow students
pair programming commonly involves two roles: the Driver and the Navigator. The Driver is the programmer who is typing and the only one whose hands are on the keyboard.
The Navigator uses their words to guide the Driver but does not provide any direct input to the computer. The Navigator thinks about the big picture, what comes next, how an algorithm might be converted in to code, while scanning for typos or bugs. The Navigator might also utilize their computer as a second screen to look up solutions and documentation, but should not be writing any code

