|
|
|
|
|
by dragonwriter
1995 days ago
|
|
> we’re talking about a language and community that uses the keyword “const” to define mutable objects. Nope they use const to define immutable references, the same way that val/var define mutable references. If you don't understand the difference between mutability of a reference and mutability of the value it refers to, JavaScript is far from the only language you’ll have a problem with. |
|