Hello there,
It may be only a silly question, but I was doing this project and my code was completly passing all tests but one:
-
- Expected adding
0:00to return the initial time.
- Expected adding
I didn’t understand at first cause the console was giving the initial time as the answer, even if you put the third parameter it would return the initial time and day.
Solved it just adding a small code at the begining ( I think i can’t post code here regarding the problem) but it would skip the third parameter completly.
My question is, is this the way intended to work?
I guess so, since the test says only to return the initial time and I am overthinking this.
thanks in advance and for your time ^^