You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In JavaScript, it's possible to redeclare the same variable name using var. This can lead to confusion as to where the variable is actually declared and initialized.
Occurrences
There is 1 occurrence of this issue in the repository.
Description
In JavaScript, it's possible to redeclare the same variable name using
var
. This can lead to confusion as to where the variable is actually declared and initialized.Occurrences
There is 1 occurrence of this issue in the repository.
See all occurrences on DeepSource → deepsource.io/gh/Nikas-Project/Website/issue/JS-0085/occurrences/
The text was updated successfully, but these errors were encountered: