If you want to fully reverse a multi-dimension array, What should you do?
1) Use the reverse() method
2) Use the flip() method
3) Use the rotate() method
4) Use the transpose() method

Answer :

Other Questions