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
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
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