MyMap.prototype.has = function(key) {
    return -1 !== this[keysSymbol].indexOf(key);
};