Practicing Array Methods

Question :

Given Array : companies = ["Bloomberg", "Microsoft", "Uber", "Google", "IBM", "Netflix"]

Tasks To Be Performed :

  1. Remove Bloomberg form the list
  2. Replace Uber with Ola
  3. Add Amazon to the list

Check console for the output...