Closed idibidiart closed 8 years ago
Yeah, the idea is just that recordingJSON is an iterable array (if it were an object then Object.entries would accomplish the same thing). I've clarified the example a bit to hopefully make that more obvious. Thanks for the question.
In Readme,
Isn't recordingsJSON just a plain object at this point? How is it iterable with for...of ?
Maybe use something like: Object.entries(recordingsJSON)