CodeNewbie Community 🌱

Discussion on: What's the difference between "let" and "const" in JavaScript?

Collapse
 
coderjoe82 profile image
Joseph Padgett • Edited

Yes to this!

I was trying to keep it basic so as not to confuse, because speaking in a newcomer terms, saying "You can't change WHAT type of value const has, if you have an array or object, you can change what's IN the type of value that it has" can be a little mind blowing until you're more comfortable, hah!