node-intro Flashcards

1
Q

What is Node.js?

A

Node.js is a scalable event-driven JavaScript runtime designed to be build scalable network applications. Commonly used to run JS outside the browser and build backends for web apps.

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

What can Node.js be used for?

A

Node.js can be used for building backends for web applications with JS outside the browser.

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

What is a REPL?

A

REPL stands for read-eval-print-loop and it is a way for someone to manipulate an input and get an output. The user enters the input which is then read, evaluated, the result is printed out, and the program restarts and waits for another input.

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

When was Node.js created?

A

May 27, 2009 by Ryan Dahl, thirteen years after the first server side JS was created.

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

What back end languages have you heard of?

A

Python is the only other backend language I have heard of.

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