Y
Hacker News
new
|
ask
|
show
|
jobs
by
soulofmischief
38 days ago
> let is immutable (reassignment is a runtime error), var is mutable, and const is identical to let at runtime but signals intent.
Tells me all I need to know. Signalling my intent to call this garbage.