node-intro Flashcards

1
Q

What can Node.js be used for?

A

commonly used to build back-ends for Web applications, command-line programs, or any kind of automation

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

What is a REPL?

A

read-eval-print-loop:

takes single user inputs, executes them, and returns the result to the user

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

When was Node.js created?

A

2009

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

What back end languages have you heard of?

A

c++, python

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

what is Node.js

A

a runtime environment

javascript not in a browser

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