4 ms·
'const' is misleading, it doesn't set your variables as immutable. Fine for expression, but not for actual practicality.
by anselmoars 11y ago
'const' is misleading, it doesn't set your variables as immutable.
Fine for expression, but not for actual practicality.
- icebraining 11y agoIt does set your variables as immutable, just not your values. It makes sense if you see variables in these languages for what they are: references to values.