Skip to content

docs: explained what node keyword does in terminal

Rodrigo Muino Tomonari requested to merge github/fork/anshulshacks/my-branch into main

I found the explanation for the example to be lacking a bit of clarity so cleared it up. Changed:

Save the file, go back to the terminal window, and enter the following command:

$ node hello-world.js

to:

Save the file and go back to the terminal. Entering the following commands run the file named hello-world.js:

$ node hello-world.js

Merge request reports

Loading