Consistency is vital, and this is especially true in programming. Data must be in a specific format across an Application. Or perhaps, you may even want to mask some sensitive...
The Spread Operator in JavaScript is great to have in your toolkit when working with Arrays and Objects. It can take any iterable, and expand it into its constituent parts....