.toReversed()

Term side of the Card
Topic: Array
Unit title: .toReversed()
Categories: Method
Explanation side of the Card

Explanation: The method that creates a new array with the elements in reverse order. Unlike `.reverse()`, this method doesn't modify the original array.

Browser compatibility:
  • The chrome browser supports this feature starting from version 110
  • The edge browser supports this feature starting from version 110
  • The firefox browser supports this feature starting from version 115
  • The safari browser supports this feature starting from version 16
Availability: