Posts by Kayque Govetri • 1 point
1 post
-
0
votes4
answers1016
viewsA: Exchanging elements in arrays with a function. How to do?
Only use the pop with the push: array_b.push(array_a.pop());
javascriptanswered Kayque Govetri 1
1 post
0
votes4
answers1016
viewsOnly use the pop with the push: array_b.push(array_a.pop());