const sports = ['Football', 'Tennis'] sports.push('Basketball') // => ['Football', 'Tennis', 'Basketball']