What is Node.js?
program that allows JS to run outside of a web browser.
What can Node.js be used for?
It is used to build back ends for web applications, command-line programs or any kind of automation that devs wish to perform.
What is a REPL?
is read-eval-print-loop – takes a single user input and executes them and returns the result to the user
When was Node.js created?
2009
What back end languages have you heard of?
python, ruby,perl, PHP