nearbeach / NearBeach

NearBeach is an open sourced project management tool, helping you keep track of your project. You can track requirements, projects and tasks

Home Page:https://nearbeach.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

(JS-0239) Consider using `let` or `const` instead of `var`

robotichead opened this issue · comments

commented

Description

It is recommended to use let or const over var. This will help prevent re-declaration of variables that are in the global scope when using var.

Occurrences

There are 91 occurrences of this issue in the repository.

See all occurrences on DeepSource → app.deepsource.com/gh/robotichead/NearBeach/issue/JS-0239/occurrences/

Hi @robotichead,

Can I work on this?

@robotichead i would like to work on this