Skip to content

Rather than using let to get the HTML elements, we should use "const" instead so that in the codebase no one can accidentally change the variables. #28

Description

@rajneesh069

Before :
Screenshot 2024-01-01 095621

The let keyword can be replaced by "const" to ensure that variables don't get changed accidentally.

After :
image

I'd like to work on this issue if it gets approved.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

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