Posts by Anderson Trimont • 23 points
2 posts
-
0
votes1
answer50
viewsQ: Error when adding class to a node element
My goal is: when clicking on the div "job-card", the respective "job-resume" should appear, but returns me the error "Uncaught Typeerror: Cannot read Property 'classList' of Undefined at…
javascriptasked Anderson Trimont 23 -
1
votes2
answers803
viewsQ: Error in assigning a value to a variable
I’m doing some algorithms on Visualg and came across the following error: Error in assigning values to variable d: REAL to INTEGER My code is this one: Algoritmo "acertoMiseravi" d: inteiro Inicio…