How can i select dom element in js it not working here 😅 | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

How can i select dom element in js it not working here 😅

https://code.sololearn.com/WscPzeAo4t13/?ref=app

11th Nov 2021, 2:41 AM
Khaled Attia
Khaled Attia - avatar
1 Answer
+ 2
Khaled Attia Do this window.onload = function () { const input = document.querySelector(".ip"); console.log(input.value); }
11th Nov 2021, 2:55 AM
A͢J
A͢J - avatar