Use the Node.js REPL shell

Share this video with your friends

Send Tweet

In this lesson, you will learn how to use the interactive Node.js REPL (Read - Evaluate - Print - Loop) shell. The REPL shell allows you to enter javascript directly into a shell prompt and have the results evaluated by the node.js engine immediately. This is extremely useful for testing, debugging, or experimenting with new features to understand how they work. Topics covered include creating variables, functions, the reserved underscore ( _ ) character, REPL commands as well as saving and loading your session to prevent losing work.

David Choi
David Choi
~ 6 years ago

How can we tell when a video was first released?

axdevelopers
axdevelopers
~ 6 years ago

how do I donwload the code