W3Schools.com

JavaScript reverse() Method

Array Object Reference JavaScript Array Object

Example

Reverse the order of the elements in an array:

var fruits = ["Banana", "Orange", "Apple", "Mango"];
fruits.reverse();

The result of fruits will be:

Mango,Apple,Orange,Banana

Try it yourself »

Definition and Usage

The reverse() method reverses the order of the elements in an array.


Browser Support

Internet Explorer Firefox Opera Google Chrome Safari

The reverse() method is supported in all major browsers.


Syntax

array.reverse()

Return Value

Type Description
Array The array after it has been reversed

Technical Details

JavaScript Version: 1.1


Array Object Reference JavaScript Array Object
WEB HOSTING
Best Web Hosting
PHP MySQL Hosting
Best Hosting Coupons
UK Reseller Hosting
Cloud Hosting
Top Web Hosting
$3.98 Unlimited Hosting
Premium Website Design
WEB BUILDING
XML Editor - Free Trial!
FREE Website BUILDER
Best Website Templates Top CSS Templates
CREATE HTML Websites
EASY WEBSITE BUILDER
W3SCHOOLS EXAMS
Get Certified in:
HTML, CSS, JavaScript, XML, PHP, and ASP
W3SCHOOLS BOOKS
New Books:
HTML, CSS
JavaScript, and Ajax
STATISTICS
Browser Statistics
Browser OS
Browser Display
SHARE THIS PAGE