9
eo2875
3y

University: "It is important to distinguish between read-only variables and editable variables. They make it easier to find bugs if you're changing a value that should not be changed"

Me: changes all `const`s and `val`s for `var`s every time I get a re-assign error.

Comments
Add Comment