docs: explained what node keyword does in terminal#39020
Merged
nodejs-github-bot merged 1 commit intonodejs:mainfrom Oct 6, 2023
Merged
docs: explained what node keyword does in terminal#39020nodejs-github-bot merged 1 commit intonodejs:mainfrom
nodejs-github-bot merged 1 commit intonodejs:mainfrom
Conversation
Trott
reviewed
Jun 12, 2021
doc/api/synopsis.md
Outdated
| ``` | ||
|
|
||
| Save the file, go back to the terminal window, and enter the following command: | ||
| Save the file and go back to the terminal. Entering the following commands run the file named `hello-world.js`: |
Member
There was a problem hiding this comment.
Suggested change
| Save the file and go back to the terminal. Entering the following commands run the file named `hello-world.js`: | |
| Save the file. Then, in the terminal window, to run the `hello-world.js` file, | |
| enter: |
Member
There was a problem hiding this comment.
(See table row for Enter at https://docs.microsoft.com/en-us/style-guide/procedures-instructions/describing-interactions-with-ui for relevant guidelines/examples on describing user interactions like this.)
Member
|
@nodejs/documentation |
aduh95
approved these changes
Sep 20, 2023
aymen94
approved these changes
Sep 20, 2023
Collaborator
|
Landed in 24dea23 |
alexfernandez
pushed a commit
to alexfernandez/node
that referenced
this pull request
Nov 1, 2023
PR-URL: nodejs#39020 Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
targos
pushed a commit
that referenced
this pull request
Nov 11, 2023
PR-URL: #39020 Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
debadree25
pushed a commit
to debadree25/node
that referenced
this pull request
Apr 15, 2024
PR-URL: nodejs#39020 Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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:
to:
Save the file and go back to the terminal. Entering the following commands run the file named
hello-world.js: