You are viewing a single comment's thread. Return to all comments →
The challenge is broken in JavaScript. The temp var. in the main function should be let instead of const, so it can be reassigned.
Seems like cookies are disabled on this browser, please enable them to open this website
Cycle Detection
You are viewing a single comment's thread. Return to all comments →
The challenge is broken in JavaScript. The temp var. in the main function should be let instead of const, so it can be reassigned.