4 JavaScript tips for shorter code
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 reduced the effort and development time for me a lot while coding.
1. Short Circuiting
This can be ...
abhinavvp.hashnode.dev3 min read