Skip to content

Commit

Permalink
Update common-content/en/module/tools/first-nodejs-program/index.md
Browse files Browse the repository at this point in the history
Co-authored-by: Sally McGrath <sally@codeyourfuture.io>
  • Loading branch information
illicitonion and SallyMcGrath authored Jan 22, 2025
1 parent fec88e1 commit 9319442
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ Let's play computer with this program - line by line:
import process from "node:process";
```

This is loading some code from somewhere that isn't this file.
This `import` is loading some code from somewhere that isn't this file.

We've seen `import` before. Here, instead of importing from a file we've written, we're importing the `process` module which is built into NodeJS.

Expand Down

0 comments on commit 9319442

Please sign in to comment.