So, I’ve spent a couple of hours on the counting back change challenge in advanced javascript algorithms. I’ve built a somewhat verbose solution at about 200 lines including comments. I’m really happy with the way it works, even though I know there are vastly more efficient ways to do it. It passes all the tests. It’s in the attached fiddle.
https://jsfiddle.net/z2j8dues/
When I go to submit it, it just hangs. and in the console I get the following:
vendor-main-84ab4d5263.js:4 POST https://www.freecodecamp.com/completed-challenge/ net::ERR_SPDY_PROTOCOL_ERRORsend @ vendor-main-84ab4d5263.js:4ajax @ vendor-main-84ab4d5263.js:4n @ commonFramework-120fa0af86.js:1dispatch @ vendor-main-84ab4d5263.js:3r.handle @ vendor-main-84ab4d5263.js:3
Same issue in Firefox, but without the useful console info. Has anybody else encountered anything similar?