'var' vs 'let' in JavaScript. Which should you use?
In JavaScript, the 'var' and 'let' keywords are used to declare variables. However, are we to use both keywords interchangeably without much thought? I will answer this question in this post.
To create a variable using the 'var' keyword, we have:
var...
ifeoluwafavour.hashnode.dev2 min read