The _______ operator can be used to unpack the values from an iterable into individual elements.

  • spread
  • merge
  • combine
  • join
The spread operator (...) in JavaScript is used to unpack elements from an iterable, such as an array, and spread them into individual elements or combine them with other elements.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *