JavaScript tips — Add multiple values to an array using Array.push

preview_player
Показать описание

You can also use this with the spread operator (...) to push the entire contents of a second array into the array you are calling push on

#javascript
Рекомендации по теме