Posts by Roberto Fernandes • 1 point
2 posts
-
0
votes2
answers139
viewsA: Break the DIV into 3 or more with columns of different sizes
Alternative using flexbox: Have a guide that I highly recommend for reading on flexbox: https://css-tricks.com/snippets/css/a-guide-to-flexbox/ .section { background: gray; width: 100vw; height:…
-
-1
votes3
answers116
viewsA: How to make after running Alert(e), go back to the first line of Code
One of the alternatives is to brush the prompt call into a function (can even in a function variable), to be reused every time it falls into the catch. Try, for example: openPrompt("Digite um…
javascriptanswered Roberto Fernandes 1