Search
Use fill() to change the values in the given array. Change only the values at indexes 3, 4 and 5. Replace the values at these indexes with an array: ["Position Vacated", "Email Unavailable", "Phone Number Unavailable"].
fill()
["Position Vacated", "Email Unavailable", "Phone Number Unavailable"]