Node Intro Flashcards
1
Q
What are the 3 components of a fullstack Web architecture?
A
Front end, Back end, Databases
2
Q
What is Node.js?
A
A JavaScript runtime for the backend
3
Q
What can Node.js be used for?
A
Can run applications across multiple devices
4
Q
What is a REPL?
A
Read Eval Print Loop
takes users input - exeutes them and returns the result
5
Q
When was Node.js created?
A
May 27, 2009
6
Q
What backend languages have you heard of?
A
C#, Ruby, PHP, Java, Python, C++