Storable Interview Question

What is a spread operator in JavaScript.

Interview Answer

Anonymous

Jul 27, 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.