1 min readDec 18, 2019
The concept is great. Not trying to nitpicking here, but I notice you only use let but const. It’s better to use const if you don’t reassign value to the variable.
The concept is great. Not trying to nitpicking here, but I notice you only use let but const. It’s better to use const if you don’t reassign value to the variable.
Fullstack developer. When life gives you a lemon, write a script to turn it into lemonade so that you don’t have to deal with it again.