Posts by Chosmos • 25 points
3 posts
-
0
votes1
answer2616
viewsA: html - how to create a button that when I click it appear another
I imagine this solution is appropriate for you: HTML <div> <button class = "b1"> Clique-me! </button> <button class = "b2" style = "display: none;"> Outro botão!…
-
0
votes1
answer18
viewsQ: Function does not recognize modifier value by it
Hello, everybody. In the code below, when trying to change the value of the variable horasAula of function Professor through function setHorasAula and the value of the variable cargo of function…
javascriptasked Chosmos 25 -
2
votes2
answers113
viewsQ: How to create a class from another class? (Hierarchy)
Hello, everybody. I have the Students, Students and Students classes. These last two classes inherit all methods and attributes of the Student class (name, enrollment, sex, grades, display(),…
javascriptasked Chosmos 25