How to loop an object inside an object – Javascript
I am currently trying to extract the names, age and nation of each player inside the object. I used object keys and it was able to get the position name. Note: This is vanilla Javascript const arsenal = { name:…