Skip to content

null is not a built-in object #16309

@Josh-Cena

Description

@Josh-Cena

MDN URL

https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/null

What specific section or headline is this issue about?

No response

What information was incorrect, unhelpful, or incomplete?

null is put under the "Built-in objects" category, which is incorrect, because null is a keyword, not a property.

What did you expect to see?

I expect it to be moved to "Expressions & Operators", where new.target, this, etc. live.

That would separate this from undefined, which is desirable because undefined acts more like a "built-in object".

Do you have any supporting links, references, or citations?

https://tc39.es/ecma262/#prod-ReservedWord

Do you have anything more you want to share?

No response

MDN metadata

Page report details

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions