Temple University

Utilize the ES6 arrow function wherever possible in your React code. Utilize ES6 object destructuring wherever possible, to avoid having to precede all React properties with “prop.” Utilize the JavaScript functional programming “map” function to iterate over the array of objects, to generate the necessary HTML table code. ................
................