+ 4
Help i'm starting js and i don't knew what's wrong here :)
https://code.sololearn.com/WLsyd46Du87y Thanks you for you'r help guys don't insult me i'm noob in javascript just starting learning :)
5 Réponses
+ 6
Your welcome 😄
+ 5
There are a lot of errors i would suggest watching a tutorial first.
https://youtu.be/vZBCTc9zHtI
You should use getelementbyid for single elements and define what you want to take from the input(like .value)
+ 2
Okay thanks you my friend :)
+ 1
.getElementsByClass always returns an array. I think that's your problem :) As already posted you should be fine if you change the classes to ids both in HTML code and JS
0
I dis it guys