Are there any performance gains from using `const` instead of `let`?
If not then I don't understand why people do it.
performance, probably not.. immutability yes.
Please Login to reply.
const immutableObject = {}