iterate through an object with an array in the value – Javascript
I have an object with multiple keys and each key has an array as a value. how do I iterate through the array and log only 1 value for each key? I have the object set up as such: const…