Node.js® is a JavaScript runtime built on Chrome’s V8 JavaScript engine.
open source run in google chrome and the other chromim-based like opera , responsible for compiling jaca script to native machine code that our computers understand .
program we can use to execute JavaScript on our computers.
im dont download it yet
npm install -g jshint
running (via Node) various build tools,lets us Run JavaScript on the Server.
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. Handling the “mechanics” of coding, the Driver manages the text editor, switching files, version control, and—of course writing—code. 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.