Guest User

Untitled

a guest
Aug 16th, 2018
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. myArray[0] = {foo:1}
  2. myArray[1] = {foo:3}
  3. myArray[2] = {foo:2}
  4.  
  5. Should become
  6.  
  7. myArray[1] = {foo:3}
  8. myArray[2] = {foo:2}
  9. myArray[0] = {foo:1}
Add Comment
Please, Sign In to add comment