How do you create a new empty Map object in JavaScript?
const myMap = _____;
new Array()
new Object()
new Map()
[]