Skip to content

4.1.1.1: extra word? #19

@GarryFlemings

Description

@GarryFlemings

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions