Posts by Igor felipy • 1 point
2 posts
-
0
votes1
answer247
viewsQ: How to resolve Uncaught Typeerror: Hidden is not a Function at Htmlbuttonelement.onclick?
I have a javascript file with this code: const newTopic = document.getElementById('topic'); const introduction = document.getElementById('introduction'); function hidden(){…
-
0
votes2
answers83
viewsA: Problem when deleting item in a json file
You have compared dados[i].id == id which if true will return a True, and then Voce with a boolean operator (&&) calls the dados[i].categoria and if the category is not a true that if will…