JavaScript Array Object
The slice() method selects a part of an array, and returns the new array.
Note: The original array will not be changed.
| Parameter | Description |
|---|---|
| start | Required. An integer that specifies where to start the selection (The first element has an index of 0). You can also use negative numbers to select from the end of an array |
| end | Optional. An integer that specifies where to end the selection. If omitted, slice() selects all elements from the start position and to the end of the array |
![]()
The slice() method is supported in all major browsers.
Select elements from an array, and return the new arrays:
The output of the code above will be:
JavaScript Array Object
| WEB HOSTING |
|---|
| Best Web Hosting |
| PHP MySQL Hosting |
| Best Hosting Coupons |
| UK Reseller Hosting |
| Cloud Hosting |
| Top Web Hosting |
| $7.95/mo SEO Hosting |
| Premium Website Design |
| WEB BUILDING |
|---|
| XML Editor - Free Trial! |
| FREE Website BUILDER |
| Free Website Templates Free CSS Templates |
| Make Your Own Website |
| 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 |
|---|