Add Element
Given an array 'a', add the string 'new element' to the end of the array using the push() method and log the resulting array to the console.
00:00