JavaScript Array Object
The unshift() method adds new elements to the beginning of an array, and returns the new length.
Note: This method changes the length of an array!
| Parameter | Description |
|---|---|
| element1,element2, ..., elementX | Required. The element(s) to add to the beginning of the array |
![]()
The unshift() method is supported in all major browsers.
Note: The unshift() method is not supported in Internet Explorer 8 and earlier.
Note: The unshift() method returns undefined in Internet Explorer!
Tip: To add new elements to the end of an array, use the push() method.
Add new elements to the beginning of an array, and return the new length:
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 |
|---|