πŸ“Š JavaScript
Q. Which built-in method reverses the order of the elements of an array?
  • (A) reverse()
  • (B) flip()
  • (C) invert()
  • (D) turn()
πŸ’¬ Discuss
βœ… Correct Answer: (A) reverse()

Explanation: reverse() method reverses the order of elements in the original array.

Explanation by: Mr. Dubey
reverse() method reverses the order of elements in the original array.

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
61
Total Visits
πŸ“½οΈ
11 mo ago
Published
πŸŽ–οΈ
Mr. Dubey
Publisher
πŸ“ˆ
96%
Success Rate