1 Answer

0 votes
by

REPL stands for Read-Eval-Print-Loop. It is a virtual environment where you can run a programming language easily. Node comes with a built-in REPL to run JavaScript code. It is similar to the consoles we use in browsers to run JavaScript code.

To start the Node REPL, you just have to run the command, node, on the command-line. Then, once you write a line of JavaScript code, you can subsequently see its output.

Related questions

0 votes
0 votes
    What is the reactor design pattern used in Node.js?...
asked Jan 25, 2021 in Technology by JackTerrance
0 votes
    How can we handle uncaught exceptions in Node.js?...
asked Jan 25, 2021 in Technology by JackTerrance
0 votes
    What is the difference between readFile and createReadStream functions in Node.js?...
asked Jan 25, 2021 in Technology by JackTerrance
0 votes
    What are the uses of EventEmitter in Node.js?...
asked Jan 25, 2021 in Technology by JackTerrance
0 votes
0 votes
    What are the differences between Node.js and Javascript?...
asked Jan 25, 2021 in Technology by JackTerrance
0 votes
    how to parse query string in node.js lambda?...
asked Dec 10, 2020 in Technology by JackTerrance
0 votes
    so i'm reviewing and practicing making rest api with node mongoose and express. I'm having problem making ... Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Jul 14, 2022 in Education by JackTerrance
0 votes
    I'm trying to debug my nodejs app using node-inspector. But Google Chrome doesn't show the code. ... JavaScript Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Jul 11, 2022 in Education by JackTerrance
0 votes
    I have been looking at using the ssh2 module for sftp shipping of logs. However the cloud service hosting ... Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Jun 18, 2022 in Education by JackTerrance
0 votes
    Quick Summary of my question: Does Gulp 3.6.0 dest() handle glob-base the same way as 4.0.0? ... , JavaScript Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked May 19, 2022 in Education by JackTerrance
0 votes
    here is my code. var http=require("http"); var fs = require("fs"); var express = require(" ... , JavaScript Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked May 19, 2022 in Education by JackTerrance
0 votes
    What I'm trying to do here is use the 2 functions but I don't know how to use both of them ... , JavaScript Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked May 7, 2022 in Education by JackTerrance
0 votes
    What I'm trying to do here is use the 2 functions but I don't know how to use both of them ... , JavaScript Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked May 4, 2022 in Education by JackTerrance
...