Program to demonstrate two ways in which you can create empty Array
    
    
    Document
    
__________________________________________________________________________________________
Program to demonstrate that arrays can store any type of Datatypes
    
    
    Document
    
____________________________________________________________________________
Print a value in array using index
    
    
    Document
    
____________________________________________________________________________
Array Declaration
    
    
    Document
    
____________________________________________________________________________
Array concat function
    
    
    Document
    
____________________________________________________________________________
Array forEach
    
    
    Document
    
____________________________________________________________________________
delete element from array
    
    
    Document
    
____________________________________________________________________________
Array can store any type of Data
    
    
    Document
    
____________________________________________________________________________
destructuring of array means storing array elements into Variables
    
    
    Document
    
____________________________________________________________________________
Applying filter on array
    
    
    Document
    
____________________________________________________________________________
Find method on array
    
    
    Document
    
____________________________________________________________________________
forEach method on array
    
    
    Document
    
____________________________________________________________________________
Splits array into array of characters
    
    
    Document
    
____________________________________________________________________________
Array Iteration using for loop
    
    
    Document
    
____________________________________________________________________________
getting array element based on index
    
    
    Document
    
____________________________________________________________________________
Function indexof and lastIndexOf
    
    
    Document
    
____________________________________________________________________________
Array iteration using for in loop
    
    
    Document
    
____________________________________________________________________________
Array iteration using for of loop
    
    
    Document
    
____________________________________________________________________________
join function of array
    
    
    Document
    
____________________________________________________________________________
length function on Array
    
    
    Document
    
____________________________________________________________________________
from method of array which creates an array from an arrayLike
    
    
    Document
    
____________________________________________________________________________
array map function
    
    
    Document
    
____________________________________________________________________________
multidimensional array
    
    
    Document
    
____________________________________________________________________________
push and pop functions on array
    
    
    Document
    
____________________________________________________________________________
array reduce function
    
    
    Document
    
__________________________________________________________________________________________
array reverse function
    
    
    Document
    
____________________________________________________________________________
array shift function to insert element at the beginning of the array
    
    
    Document
    
____________________________________________________________________________
array slice function
    
    
    Document
    
____________________________________________________________________________
sorting arrays