Hey guys, I've been refreshing my fundamentals on arrays, objects, and arrays of objects. If i type "Objects" or "Arrays" into google, i find plenty of resources and articles. But if i type "Array of Objects" (which ive found myself using more than just arrays or objects alone), then I only get a few results.
For example, W3Schools or Mozilla docs seems to have dedicated pages for both arrays and objects, but i can't find one for arrays of objects. I find this weird, considering i've personally been using arrays of objects so much (e.g. when storing objects of individual questions in an array called questions. Why do you guys think this is the case?