From Confused to Confident: Master JS Variables
Feb 27 · 9 min read · When you started JS for the first time, everyone has issued with variables and why they are three different ways of declaring a variable - let, const and var. What is the difference with them? What is