If I defined a simple Map with: const map = new Map(); and later want to do something with it I would expect this to work:
const map = new Map();