How to iterate through nested objects in JS
问题 Ok I'm stumped on this one. I need to iterate through these so I can make a listing by the category so something like Business Books Book 1 Book 2 Book 3 Cooking Books etc.. But couldn't figure out how to iterate through the nested objects. With or without jquery is fine window.books = { "Business Books": [ { Title: "Finance 101", Description: "Info for Finance 101 book goes here." }, { Title: "Economics 123", Description: "Info for Economics 123 book goes here." }, { Title: "Statistics for