Tell us what’s happening:
Describe your issue in detail here.
Wondering why posting exercises does not pass test.
Plz help.
J
Your project link(s)
solution: https://replit.com/@jasonlee23/boilerplate-project-exercisetracker
Your browser information:
User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36
Challenge: Exercise Tracker
Link to the challenge:
Sky020
2
Hello there,
This is the expected response:
const expected = {
username,
description: 'test',
duration: 60,
_id,
date: 'Mon Jan 01 1990'
};
This is what your app responds with:
The issue being the date
Hope this helps
Thanks for your insight.
I could pass it after I have reformatted date as you mentioned.
Regards,
J
system
Closed
4
This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.