Swift - Collections
You have an array
var tasks = ["Clean", "Cook", "Shop"]. Write Swift code to insert "Laundry" after "Cook" and then remove "Clean". What will the final array look like?