My event listener button setColor is not work. I want to se color to id page next div. Thanks you sir. | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

My event listener button setColor is not work. I want to se color to id page next div. Thanks you sir.

button event listener and id page. https://code.sololearn.com/W2C6Ahv48sAg/?ref=app

28th Jul 2021, 5:40 AM
Malick Diagne
Malick Diagne - avatar
1 Answer
+ 3
Your el is querySelector(), so you don't need el[0] Your input is querySelectorAll(), so it is a NodeList, so you should use input[0] https://code.sololearn.com/W5iCWPM5L2cy/?ref=app
28th Jul 2021, 6:02 AM
Gordon
Gordon - avatar