CodeTips#7: Spread operator: the slow beautyLet's go learn how and when to use the beautiful spread operator
For a couple of years now, the JS community has been using the famous spread operator, AKA three dots (…), to copy values in arrays …