Before delving into the main topic, it’s very important to understand the difference between let, const and var. let vs const vs var To create a variable in Javascript, we use one of the following keywords: let, const, var. The table given below give...
sreejan.hashnode.dev5 min read
No responses yet.