Ryan Hadlow
Results
1
issues of
Ryan Hadlow
The existing `obj = obj` assignment wouldn't work in the given example as `obj` is declared as `const`. Could also be changed to declare `obj` with `let` instead.