Skip to content
This repository was archived by the owner on Aug 21, 2024. It is now read-only.
This repository was archived by the owner on Aug 21, 2024. It is now read-only.

The issue with clear(); #37

Open
Open
@ambiguousname

Description

@ambiguousname

The usage of clear has exceeded the maximum call stack. So we need to no longer use clear. If you do use clear, DON'T USE IT! Replace it with:

document.body.innerHTML = "";

just copy and paste that as your clear. There will be no more usage of clear.
Clear will now be marked in red from the list of commands.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions