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
Description
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
Labels
No labels