delete operator to remove the array value

     If you delete the array value using delete operator, the index value not removed but the value is removed.

Syntax

     delete expression;
Example

       var ar=["red","green","Apricot","Guava"];

       delete ar[1];


Example Program:- (Editor)


Editor is Loading...

Advertisement

Nhận xét

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

Tourist places in kk district:1) Thiruvalluvar statue

Variable in CSS

How to set multiple images in a loop javascript?