Describe your issue in detail here:
I’m failing the last five tests above the last test where the log output is in a specific format. When I do this manually with personal tests, the response output matches the outline given in the challenge but also it matches the output given in the freecodecamp rocks example. I do not know why the test is failing, I don’t get an error on my console but on fcc the output is:
[TypeError: Cannot read properties of undefined (reading ‘description’)]
[TypeError: Cannot read properties of undefined (reading ‘duration’)]
[TypeError: Cannot read properties of undefined (reading ‘date’)]
which would align with the tests. Can anyone provide advice?
solution: boilerplate-project-exercisetracker - Replit
Your browser information:
User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/117.0.0.0 Safari/537.36
Challenge: Back End Development and APIs Projects - Exercise Tracker
Link to the challenge: