Node.js Flashcards
1
Q
What is Node.js?
A
Node.js is a program that allows JavaScript to be run outside of a web browser
write javascript in a file and run it in Node
2
Q
What can Node.js be used for?
A
It is commonly used to build back ends for Web applications, command-line programs, or any kind of automation that developers wish to perform.
3
Q
What is a REPL?
A
A simple interactive computer programming environment that takes single user inputs, executes them, and returns the result to the user;
4
Q
When was Node.js created?
A
May 27, 2009 Ryan Dhal
5
Q
What back end languages have you heard of?
A
Java
Ruby
Python
PHP
SQL
Go