Posts by Odirlei Guilherme • 3 points
1 post
- 
		0 votes1 answer95 viewsQ: Skip line in a function with implementationI created a function pularLinha() so you don’t have to keep repeating <br> constantly, however to make the line jump more than once inside the function mostra(), I call pularLinha() twice.…