I am trying to code this in ES6. Below is what I am trying to achieve. Let’s say I have an array of objects called schools. Now, I want to write a function called editSchoolName which will take 3 parameters, schools (which is the array I have defined above), oldName and name. I will pass the name of the school