What is Node.js?
A program that allows JavaScript to be run outside of a web browser.
What can Node.js be used for?
commonly used to build back-ends for web-apps, command-line programs, or any kind of automation that developers choose to perform.
What is a REPL?
Read-Eval-Print-Loop, an interactive top-level or language shell. Simple interactive computer programming environment that takes single user inputs, executes them, and returns the result to the user; a program written in a REPL environment is executed piecewise.
When was Node.js created?
2009
What back end languages have you heard of?
C, C++, Java, Python