#dom
Read more stories on Hashnode
Articles with this tag
We have an array of objects called cats. We want to display the cats' names as an unordered list in the DOM. import React from "react"; function...