My REPL seems to be working through postman but isn’t passing tests - I’ve stopped getting any errors on browsers, and I’m kind of at a loss now. All the test are passing except the call to /api/1451001600000 and the correlate “can handle dates handled by new Date(dateString)” but those seems to be working as well. Wondering if it’s something about how numbers are being expressed, or whether it’s a config thing I’m missing.
Thank you!!! I’ve been playing with that thinking that was what was happening for a long time, but I was missing that the literal notation was messing with it. Like, I could check typeof and get number sometimes, but hadn’t realized it would convert like that and wasn’t sure if I should be spending my time there or not. Finally got it to submit!