What does the three dots notation do in Javascript?
Asked 07 September, 2021
Viewed 903 times
  • 59
Votes

What does the ... do in this React (using JSX) code and what is it called?

<Modal {...this.props} title='Modal heading' animation={false}>

17 Answer