Node Intro Flashcards

1
Q

What are the 3 components of a fullstack Web architecture?

A

data tier, logic tier, presentation tier

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What is Node.js?

A

a program that allows JavaScript to be run outside of a web browser.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
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.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What is a REPL?

A

Read–eval–print loop

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

When was Node.js created?

A

May 27, 2009

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What backend languages have you heard of?

A

Python and Java

How well did you know this?
1
Not at all
2
3
4
5
Perfectly