Node.js Flashcards

1
Q

Node.js is ___-________.

A

non-blocking

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

fs

A

File System

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

Node.js uses what JavaScript engine?

A

Chrome’s V8

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

REPL

A

read-evaluate-print-loop

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

The “Array” object is what kind of object?

A

Native

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

The command line arguments can be accessed through which property on the “process” object?

A

argv

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