Storable interview question

What is a spread operator in JavaScript.

Interview Answer

Anonymous

27 July 2024

It's a convince operator to allow you to quickly iterate over a list, useful in copying an object into a new one with more data.