Posts by Dennis Ricci • 77 points
3 posts
-
5
votes2
answers78
viewsQ: Line Break inside the P tag does not work
I am making an animation in Javascript so that the text has the effect of being typed. I am using a single tag <p> for text, and Gostaria that broke the line in the tags <br>, but they…
-
-1
votes1
answer84
viewsQ: Show/Hide Div
I’m having a hard time searching more than one div using Javascript I’d like to know if there’s a way to hide several div’s without having to copy the same JS code. I made it HTML: <button…
-
1
votes0
answers58
viewsQ: Double recursion in function of Ackermann
My teacher asked to make a program using double recursion to generate values of the Ackermann function, in which it is defined for integer and non-negative values m and n as this example: I made…
casked Dennis Ricci 77