-
Couldn't load subscription status.
- Fork 0
Open
Description
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);
Metadata
Metadata
Assignees
Labels
No labels