node-intro Flashcards

1
Q

What is Node.js?

A

Node js is a program that allows JS to run outside a web browser, commonly used to build backend applications

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

used to build backend for web applications , command line programs, or any kind of automation developers wish 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, simple interactive computer programming enviorment that takes single user inputs , executes them , returns to users

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