You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 25, 2019. It is now read-only.
Referencing Issue #17387 in freeCodeCamp/freeCodeCamp:
In the "Debugging: Understanding the Differences between the freeCodeCamp and Browser Console" challenge, a correct solution cannot pass because of a test failing due to the following:
// running test
invalid regexp group
// tests completed
It has been determined that this is likely because the negative look behind regular expression used is not fully implemented in Firefox yet.
Expected behavior
The challenge should pass if the regular expression in the test is changed (this will be duplicating a PR that was closed under freeCodeCamp/freeCodeCamp so that it can be implemented here).
Desktop (please complete the following information):