The spread operator can be used to merge two ______ into a new one, combining their properties.

  • Arrays
  • Objects
  • Strings
  • Functions
The spread operator can be used to merge two "Objects" into a new one, combining their properties. It's a useful way to create a new object with properties from multiple source objects.
Add your answer
Loading...

Leave a comment

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