Demo: Array Methods - Part-1
Creating array & fetching array elements
Array Methods: pop( ) and push( )
Array Methods: shift( ) and unshift( )
Array Methods: includes( ) and indexOf( )
Array Method: concat( )
Array Method: join( )
Array Method: reverse( )
Array Method: slice( )
Array Method: splice( )