node-intro Flashcards
1
Q
What is Node.js?
A
a program that allows JavaScript to run outside of a web browser
2
Q
What can Node.js be used for?
A
to build back ends for web apps, to build command line programs, or any automation devs wish to perform
3
Q
What is a REPL?
A
Read Eval Print Loop: a simple interactive programming environment that takes single user inputs, executes them, then returns the results to the user
4
Q
When was Node.js created?
A
2009
5
Q
What back end languages have you heard of?
A
Rust, Python, GO