Hello everyone,
I spent the whole weekend trying to figure out why I can’t pass the 3rd test. Every other test passes, but this one, for some reason, won’t and I can’t find out why.
I even read the test code here
I’ve logged every added exercise, and here you can see what my app is responding with.
I creates 4 exercises, this is the one created for the 1st test:
{
username: 'fcc_test_15940721610',
description: 'test',
duration: '60',
_id: '5f039c61f5591409291d66e3',
date: 'Mon Jan 01 1990'
}
I cant see why this isn’t working and ran out of ideas.
Edit:
Glitch Link