Posts by Guillermo Mila • 71 points
2 posts
-
3
votes2
answers3388
viewsA: How to query a data in an array in Javascript
They fixed me up somewhere else: <script> var frase = function(texto) { document.write(texto + "<br>"); } var sorteados = []; while (sorteados.length < 6) { var novo =…
javascriptanswered Guillermo Mila 71 -
4
votes2
answers3388
viewsQ: How to query a data in an array in Javascript
I’m a complete beginner, first of all. A final challenge was proposed in the Alura system where you have to ask 6 numbers for a user and draw 6, then compare the arrays to see how much were hit.…
javascriptasked Guillermo Mila 71