Skip to content

Latest commit

 

History

History
1 lines (1 loc) · 288 Bytes

ReadMe.md

File metadata and controls

1 lines (1 loc) · 288 Bytes

Write an app.js file and 1 component file. In the app.js file, include the component file and display it in the template tags. Pass props to the component using a for loop to send the component only one index item at a time for display. The prop should be an array of 10 different names.