0% completed
Follow these instructions to complete your challenge:
App.jsx
file, create a StudentsList component..map()
function to display each student’s name and grade inside a <p>
tag.StudentsList
component inside the App
component.Student Grades John - A Doe- B Jane- C Gates- A
.....
.....
.....