Skip to content

Unused global variables #50

Description

@alexcr

Many variables used by the player are incorrectly created as global variables. For example, the patterns used by the Parser and many counter variables used in "for" loops can be accessed from the browser's console.

All these variables should be local variables to improve the player's performance.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions