it’s a JavaScript runtime built on Chrome’s V8 JavaScript engine
is the JS scripting engine
it means that we can run js outside of the browser
node package manager, QED
v20.5.0
9.8.0
npm install -g jshint
used to build a test environment
- Greater efficiency
- Engaged collaboration
- Learning from fellow students
- Social skills
- Job interview readiness
- Work environment readiness
Work environment readiness
- Pair programming involves two roles:
- The Driver is the one typing and writing the code
- The Navigator thinks about the big picture and guides the Driver, but does not write code
- The Navigator can also look up solutions and documentation
- The two programmers switch off roles periodically