remove values from array using shift() in javascript

     The shift method removes the element at the 0'th index and shifts the values at consecutive indexes down, then returns the removed value. If the length property is 0, undefined is returned.

Syntax

     Array.shift()
Example

     [1,2,3,4,5,6].shift()

Example Program:- (Editor)


Editor is Loading...

Advertisement

Nhận xét

Bài đăng phổ biến từ blog này

How to set the SDK, NDK and JDK path to android studio?

physicsjs - Increase the restitution value for circle and retangle

Select all values from list box in a single click using javascript