nelsonic / const

What is const and why are all the küül keedz using it everywhere?
1 stars 0 forks source link

Safari ... #2

Open nelsonic opened 7 years ago

nelsonic commented 7 years ago

const-does-not-work-in-latest-safari

The fact that re-assignment of a const does not fail in Safari means the feature is inconsistent cross-browser and given that it has no performance benefit on server (V8's JIT compiler is smart enough to see when a value does not get re-assigned and optimises accordingly)