Код: Выделить всё
const button = document.getElementById("button");
button.addEvenListner('click', num => num=1);
< /code>
Я хочу получить доступ к данным и сохранить их. Как я могу это сделать?
, когда я пытаюсь console.log (кнопка) Подробнее здесь: https://stackoverflow.com/questions/796 ... the-button
Мобильная версия