Uncategorized

JavaScript – Spread Operator (…)

Posted on

What is the JavaScript spread operator? How do you use it? Why would you use something that looks so ridiculous? This post will hopefully answer these questions. The spread operator, in simple terms, is a way to “spread” the contents of an array or object. I know, that doesn’t make sense by itself, so let’s […]