JS Challenge:1
We use let and const keywords to create variables in modern JavaScript. const is the short form of Constant, hence never use it if the variable gets reassigned.
Note: Use const wherever possible and use let only when you know that the variable will ...
arunarivanandam.hashnode.dev1 min read
Precious Yakubu
Student
Trying out the challenge