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
Assignment to variables declared as function parameters can be misleading and lead to confusing behavior, as modifying function parameters will also mutate the arguments object. Often, assignment to function parameters is unintended and indicative of a mistake or programmer error.
Occurrences
There are 2 occurrences of this issue in the repository.
Description
Assignment to variables declared as function parameters can be misleading and lead to confusing behavior, as modifying function parameters will also mutate the
arguments
object. Often, assignment to function parameters is unintended and indicative of a mistake or programmer error.Occurrences
There are 2 occurrences of this issue in the repository.
See all occurrences on DeepSource → deepsource.io/gh/FlawCra/FlawCraLIB/issue/JS-0083/occurrences/
The text was updated successfully, but these errors were encountered: