▲ A f**king rant about f**kig const vs f**king let at jamie.build▼7 up and 9 down, posted by remotesynth 2500 days ago 10 comments
jaleksic 2499 days ago. link parent -1 point ▲ ▼Well const does not make objects immutable, only primitive values. It's that easy ^^
timoxley 2499 days ago. link 2 points ▲ ▼more accurately, only the reference is immutable. Nothing special happens that changes how const works with primitives vs objects.