Pregunta de entrevista de Storable

What is a spread operator in JavaScript.

Respuesta de la entrevista

Anónimo

27 de jul de 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.