I usually use var to declare a variable. Today, while reviewing some code samples, I came across let and const. I realized that I wasn’t sure what the difference was between them. So, I searched it up on YouTube and I found a Dabble Labs tutorial video. Here’s what I learned:
Read More