Posts by Alberto Verzemiassi Borguesani • 11 points
2 posts
-
0
votes1
answer88
viewsQ: Does the shuffling function have traps not easily perceived?
The function shuffle receives as input a array and the shuffle. // function shuffle(a) { // atribui a variável n a quantidades de elementos da array a. n = a.length; // Percorre a array a da posição…
-
0
votes1
answer39
viewsQ: I have a Javascript error and I can’t fix it
Code: $(document).ready(function (){ var products = ""; var url = "https://cdn.rawgit.com/LucasRuy/1d4a5d45e2ea204d712d0b324af28bab/raw/342e0e9277be486102543c7f50ef5fcf193234b6/potions.json";…
jqueryasked Alberto Verzemiassi Borguesani 11