reading-notes

Class 6

Back to home page

Intro to node js

Q. What is node.js?

Q. In your own words, what is Chrome’s V8 JavaScript Engine?

Q. What does it mean that node is a JavaScript runtime?

Q. What is npm?

Q. What version of node are you running on your machine?

Q. What version of npm are you running on your machine?

Q. What command would you type to install a library/package called ‘jshint’?

Q. What is node used for?

6 reasons for pair programming

Q. What are the 6 reasons for pair programming?

  1. Greater efficiency
  2. Engaged collaberation
  3. Learning from fellow students
  4. Social skills
  5. Job interview readiness
  6. Work enviroment readiness

Q. In your experience, which of these reasons have you found most beneficial?

Q. How does pair programming work?

Bookmark

Things I want to know more about

I want to see some more examples of runtime.