www.joshwcomeau.com

The “const” Deception

via Justin Kidd 0 comments
12
The “const” keyword in JavaScript is used to create constants, variables that can't change. Curiously, though, we do seem to be able to edit objects and arrays that are created using “const”. In this tutorial, we're going to dig into the incredibl... Read full article
Join the conversation! Log in