@codecademy I agree with @rybohii . This whole chapter threw express.utils module methods at us from out of the blue. At least the utils module is where I think they came from. I will have to look this up on my own. But this made the exercises more confusing since I was not familiar with the logic and syntax of the utils methods. I understand the express routes logic and syntax, and that is the main purpose of the lesson. IMO this was an unnecessary curveball in the curriculum. #justBitching
When deleting animals by id, If you use the the .filter() method instead of the .splice() method, the animal would not be deleted from the the array. Can anyone explain what i am doing wrong.