+ 1
what's the problem?
4 Respostas
+ 1
If you are getting value using querySelector then element should be in double quote (" ") like this.
x=document.querySelector("#countries").value
but you have written like this--
x=document.querySelector(#countries).value
which is Wrong.
+ 1
oh thanks!
0
N rc.a.
0
?