Closed helfi92 closed 7 years ago
Cool! :shipit:
@helfi92 I recommend to use const
or let
instead of var
. 😄
Nice :shipit:, but yea, use const
or let
@zenopopovici @neighborhood999 Good catch. Pushed my changes.
@helfi92 wonderful tip! Thanks! 🙌
3 Array Hacks
TL;DR;
Arrays are everywhere in JavaScript and with the new spread operators introduced in ECMAScript 6, you can do awesome things with them. In this post I will show you 3 useful tricks you can use when programming.
Username
@hassanhelfi