For many years the for in loop has been available for iterating over an object. As oposed to general objects, Arrays have so many options available for working with the elements. In this tutorial we are going to look at accessing the keys and values of an object through an array.
#js #javascript