Environment Setup
Local Environment Setup
Text Editor & The Node.js binary installable
Linux
Debian
Redhat
Verify installation: Executing a File
: Create a JavaScript file named main.js on your machine (Windows or Linux) having the following code.
main.js
Execute main.js file using Node.js interpreter to see the result
Result
Last updated