+ 1
Why I receive property value eror?
3 Réponses
+ 3
As soon as your page loaded you tried to get value of input field which is null (empty). You need to get value of input field only when you click a button, never before, that's why I used .value of input field with Button function
+ 1
https://code.sololearn.com/W527RD7o3jW2/?ref=app
You tried to get value of input field immediately, even though it is empty (null)
0
i don't understand what you change in my code
can you explain!