Question: Requirements Add the code for the following requirements within the src / index . js file. Step 1 Create a component named App that returns
Requirements
Add the code for the following requirements within the srcindexjs file.
Step
Create a component named App that returns the following array:
'Subaru Crosstrek'
Step
Next, create a new component named List that maps over the following array and
returns a numbered list of the array items.
Step
Lastly, include a ReactDOM. render that renders the App component
Hint! Return the data from the List component within the App component
Example
Honda CRV
Toyota Highlander
Ford F
BMW X
Subaru Crosstrek
Caution!
Be sure to zip and submit your entire LHandson directory when finished!
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
