16bitash / Arena-question---React-Array-As-Props---85ui1z84s6zh

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Array as props

In src/components/App.js We have a component Join It should accept a prop words of type array and display them as a comma seperated string using words.join(',')

Use the arr variable as the data to be passed in props.

About


Languages

Language:JavaScript 87.1%Language:HTML 12.9%