When applied to a string, the spread operator will split it into individual '__________'.

  • Characters
  • Substrings
  • Arrays
  • Elements
When applied to a string, the spread operator (...) will split it into individual characters, creating an array of characters. This is useful for tasks where you need to manipulate individual characters in a string or convert a string into an array of characters.
Add your answer
Loading...

Leave a comment

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