Node.js Flashcards
1
Q
Node.js is ___-________.
A
non-blocking
2
Q
fs
A
File System
3
Q
Node.js uses what JavaScript engine?
A
Chrome’s V8
4
Q
REPL
A
read-evaluate-print-loop
5
Q
The “Array” object is what kind of object?
A
Native
6
Q
The command line arguments can be accessed through which property on the “process” object?
A
argv