Rest vs Spread syntax in JavaScript
September 21, 2022 — I recently wrote an article on how to conditionally spread objects in JavaScript. In that article, I mentioned that the spread operator (...
) can be used to spread the properties of an object.