Pergunta de entrevista da empresa Infrrd

Copy an array into another array

Resposta da entrevista

Sigiloso

15 de mai. de 2018

We can achieve this by using Array.prototype.slice() and Object.assign({}, array)

1