3 Tips To Use Const Variable More Often in JavaScript
We should use the const variable more often in JavaScript. I want to share my 3 tips on when you can use const instead of using let or var.
1. Const Variables Usage
A lot of times we found ourselves storing information in a variable, no var is not a ...
hasnode.byrayray.dev3 min read