Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

4.1.1.1: extra word? #19

Open
GarryFlemings opened this issue Jan 2, 2023 · 0 comments
Open

4.1.1.1: extra word? #19

GarryFlemings opened this issue Jan 2, 2023 · 0 comments

Comments

@GarryFlemings
Copy link

GarryFlemings commented Jan 2, 2023

Thanks tons for your books on the web, your blogs, and your many other contributions to the JavaScript and TypeScript communities!

There's no hint of complaint here. I hope this helps!

Section 4.1.1.1 has two bullets, each with code. Maybe you intended them to be parallel. If so, the code for the last line of the second bullet would not have "process.".

console.log(process.argv);

import {argv} from 'node:process';
console.log(argv);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant