Javascript – Create Unordered List from Object of arrays
I want to create an unordered list using vanilla JS to create a list from an array of objects. Not sure how to do that. This is my current code: let myObj = [ {name: "Harry Potter", author: "JK Rowling"},…