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