Node Intro Flashcards
1
Q
What are the 3 components of a fullstack Web architecture?
A
data tier, logic tier, presentation tier
2
Q
What is Node.js?
A
a program that allows JavaScript to be run outside of a web browser.
3
Q
What can Node.js be used for?
A
used to build backends for Web applications, command-line programs, or any kind of automation that developers wish to perform.
4
Q
What is a REPL?
A
Read–eval–print loop
5
Q
When was Node.js created?
A
May 27, 2009
6
Q
What backend languages have you heard of?
A
Python and Java