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 5 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 5 occurrences of this issue in the repository.
See all occurrences on DeepSource → deepsource.io/gh/waldothedeveloper/lullabyhouse/issue/JS-0083/occurrences/