const key = UNIQUE_KEYS[0]; const value = VALUES[0];
map.set(key, value); if (!map.get(key)) { throw `${key} does not exist`; } map.delete(key);