How to Use the splice () method in JavaScript

Source: Internet
Author: User
Tags javascript array
This article mainly introduces how to use the splice () method in JavaScript. It is the basic knowledge in JS learning. If you need it, you can refer to the splice () method of JavaScript array to change the content of the array, new elements are added and the old elements are eliminated.
Syntax

array.splice(index, howMany, [element1][, ..., elementN]);

The following is the detailed information about the parameters:

Index: the array that changes at the beginning of the index.

How: integer, indicating that the number of elements in the old array is removed. If the howmany value is 0, no elements are deleted.

Element1,..., elementN: add the element to the array. If no element is specified, you only need to delete the elements in the array.

Return Value:

Returns the input-based parameter extraction array.
Example:

JavaScript Array splice Method
Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.