#es6
Read more stories on Hashnode
Articles with this tag
Seems like JavaScript never ceases to surprise me, perhaps that would explain why I’m writing another blog on JavaScript tips, and I honestly don't...
This is a continuation to my earlier article : 4 JavaScript tips for shorter code 1. Replace Switch or If-Else with key value pairs The switch...
There are plenty of tips which can be followed to make the JavaScript code shorter as well less complicated. I will share four of such tips which have...