Posts by Calvin Nunes • 141 points
2 posts
-
0
votes1
answer48
viewsA: "Send" button, check number of digits in the password and if it is equal to another password in html/javascript
Come on: Avoid using onclick right in HTML, this use is very old and discouraged nowadays, make the creation of Right System in JS. Do not access the elements directly as you are trying…
-
1
votes2
answers1561
viewsA: change the name of the javascript button
I think your problem is that you’re using the querySelector() wrongly. Once you want to search for a specific element, it’s easier to use its class or the id, in this case, if you are sure that the…
javascriptanswered Calvin Nunes 141