JavaScript for...in vs for...of Loops
To best understand the for..in and the for...of statements, we need to talk about enumerable properties and iterable objects from a high level. Enumerable Properties and for...in Statements Object properties are almost always seen as key/value pairs, but these properties also...