localStorage для this
let i4One = document.querySelector('.i4__one');
document.querySelectorAll('[data-red]').forEach(el => {
el.onclick = function() {
localStorage.setItem('dataRed0', this.style.opacity = '0');
localStorage.setItem('dataRedNone', this.style.pointerEvents
= 'none');
i4One = this.style.opacity = '0';
i4One = this.style.pointerEvents = 'none';
};
});
let dataRed0 = localStorage.getItem('dataRed0');
i4One = dataRed0;
Не получается расколдовать localstorage ключ и значение получил в консоль вывести не могу