Why Do We Use Const to Declare Arrow Functions in JavaScript?
Why use const over let to declare functions in JavaScript?
Arrow functions declared with const cannot have their values changes/reassigned - Note: When you "declare" a function with let or const it is technically referred to as a function expressio...
htmlallthethings.hashnode.dev5 min read