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

@rajneesh069

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.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions