Posts by stack full • 13 points
2 posts
-
-1
votes3
answers85
viewsQ: Place one array inside another
How do I add the "favorite" array to the "colors" array"? $a1['cores']=array("vermelho","amerelo","preto"); $a2['favoritas']=array("amerelo","preto"); I’ve tried with array_merge…
-
-3
votes1
answer137
viewsQ: How to transform the result of a querySelectorAll into an array?
I’m already getting the html values, but I have no idea how I’m going to turn the result into an array. Can someone help me? <!DOCTYPE html> <html> <body> <div id="data">…
javascriptasked stack full 13