5 useful JavaScript shorthands
The best developers are smart but lazy developers. Why? Because lazy developer will always find a way to do something in a shorter way. And today we're going to take a look at some shorthand coding techniques in JavaScript language (with ES6). 1. Loop shorthand If you write old school for-loops instead