Posts by Tads • 63 points
2 posts
-
1
votes1
answer339
viewsQ: How to add variables correctly?
I have a series of checkboxes where the user must select several options and each option increments one or more variables. // Variáveis das características citopáticas var hipercromasia =…
javascriptasked Tads 63 -
4
votes2
answers207
viewsQ: How to use If Else correctly
I have the following checkboxes: <input type="checkbox" class="check" id="livros" value="livros"/> <input type="checkbox" class="check" id="folhas" value="folhas"/> <input…