Posts by gabrielgs81 • 3 points
2 posts
-
0
votes2
answers54
viewsA: Array.pop() not working
I was able to solve the problem using the array.push() in place of array[nome] = {...}. To put the filter I changed the order of the commands, so as soon as the registration Function is activated…
javascriptanswered gabrielgs81 3 -
-2
votes2
answers54
viewsQ: Array.pop() not working
I am doing a programming exercise, my goal is to create a guest registration system based on arrays. At this time I am trying to implement a filter system to bar the registration according to a…
javascriptasked gabrielgs81 3