Application

Report a typo

Complete the loopObject function with the for...of loop, which iterates over the object accepted by the function, and print the key of each object property to the console.

Write a program in JavaScript
function loopObject(obj){
// write your code here

}
___

Create a free account to access the full topic