0
Why this code is not working?
5 Réponses
+ 3
You need to take the value from the input and I also changed your function declaration at the end.
https://code.sololearn.com/WgxM5gILOlNF/?ref=app
+ 2
Wrap your JavaScript code in
window.onload = function(){
//your code
}
+ 2
Happy I could help!
Enjoy your learning and coding
+ 1
Thank you, I'm was so confused on it but thanks👍
0
Did but still not working