node-intro Flashcards

1
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
2
Q

What can Node.js be used for?

A

commonly used to build back-ends for web-apps, command-line programs, or any kind of automation that developers choose to perform.

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

What is a REPL?

A

Read-Eval-Print-Loop, an interactive top-level or language shell. Simple interactive computer programming environment that takes single user inputs, executes them, and returns the result to the user; a program written in a REPL environment is executed piecewise.

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

When was Node.js created?

A

2009

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

C, C++, Java, Python

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