Echo JS 0.11.0

<~>
jaleksic 2221 days ago. link parent -1 point
Well const does not make objects immutable, only primitive values. It's that easy ^^

Replies

timoxley 2221 days ago. link 2 points
more accurately, only the reference is immutable. Nothing special happens that changes how const works with primitives vs objects.