I cant figure out why tests not passing

Not sure why last three tests not passing any help

Here is the link to the codes

https://glitch.com/edit/#!/fcc-exercises-tracker

Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.105 Safari/537.36.

Challenge: Exercise Tracker

Link to the challenge:

Hello there,

I realise this challenge is not written in the best way to get past it. So, if I were you, I would have a look at what the tests expect: https://github.com/freeCodeCamp/freeCodeCamp/blob/master/curriculum/challenges/english/05-apis-and-microservices/apis-and-microservices-projects/exercise-tracker.english.md

Specifically, the tests expect duration to be a number, not a string.

I have got it thanks