this is my error messege in console : Uncaught TypeError: Cannot set properties of undefined (setting 'backgroundColor') at HTMLLIElement.
1.js code
window.localStorage.setItem("color", e.currentTarget.dataset.color);
exp.style.backgroundColor = e.currentTarget.dataset.color;