value: function memory(value) {
            if (value) {
                this.reset(value);
                this.innerHistory = [];
                return this;