DEV Community

Discussion on: Why you shouldn't reassign values in JavaScript

Collapse
 
esamcoding profile image
esam a gndelee

the real problem is not reassigning values, the real problem is global scoped variables.

javascript is really nasty. it was not chosen because it is the best.