Practicing Array Methods
Question :
Given Array : companies = ["Bloomberg", "Microsoft", "Uber", "Google", "IBM", "Netflix"]
Tasks To Be Performed :
- Remove Bloomberg form the list
- Replace Uber with Ola
- Add Amazon to the list
Check console for the output...