Application

Report a typo

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

Write a program in JavaScript
function loopMap(map){
// write your code here

}
___

Create a free account to access the full topic