I have declared a map() in Javascript.
map()
var InvoiceMap = new Map();
I can push value in map like this or using set
set