DEV Community

Discussion on: Var vs Let vs Const in Javascript

Collapse
 
pentacular profile image
pentacular • Edited

The array is not affected by const in either case.

So it's not reasonable to talk about the "const array".