node-intro Flashcards
1
Q
What are the 3 components of a fullstack Web architecture?
A
2
Q
What is Node.js?
A
Node.js is a program that allows JavaScript to be run outside of a web browser. It is commonly used to build backends for Web applications, command-line programs, or any kind of automation that developers wish to perform.
3
Q
What can Node.js be used for?
A
4
Q
What is a REPL?
A
takes user input
5
Q
When was Node.js created?
A