Q. What will happen if reverse() and join() methods are used simultaneously ? (Solved)
1. Reverses and stores in the same array
2. Reverses and concatenates the elements of the array
3. Reverses
4. All of the above
- a. Reverses and stores in the same array