Learning the Difference between var, let, and const in Declaring a Variable in JavaScript - Day 6 of Programming Journey

After getting a little confused with the difference between declaring a variable with var, let, and const, I called my reliable friend for that.

The internet...

And I came across an article from freeCodeCamp written by Sarah Chima Atuonwu, Var, Let, and Const – What's the Difference?

It has some pretty helpful info with the differences between the three ways of declaring a variable in JavaScript.

+1 to JavaScript knowledge.