Posts by Pedro Lucas Flor • 37 points
3 posts
-
2
votes1
answer2176
viewsQ: Javascript (pure) - Find exact triangle angle according to trigonometric ratio table
I wonder if there is a way to find the exact angle of a triangle without depending on the table. In my program, I’m taking the value in radian and turning it into degrees, but the value does not…
-
0
votes3
answers110
viewsQ: Javascript - How to make the date attribute of a li belong to another li
I have the following html: <p class="question"><span class="mark-question">1.</span> Relacione as fabricantes aos seus veículos</p> <ul class="first-column"> <li…
javascriptasked Pedro Lucas Flor 37 -
1
votes1
answer82
viewsQ: Javascript - Performing a function after first clicking on an item and then clicking on another item
I have two lists and wanted to make that by clicking first on the first list and then on the second, perform a function to make the two items green. <p class="question"><span…
javascriptasked Pedro Lucas Flor 37