Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Basic JavaScript: Replace Loops using Recursion #37408

Closed
gareth-d85 opened this issue Oct 20, 2019 · 4 comments · Fixed by #37419
Closed

Basic JavaScript: Replace Loops using Recursion #37408

gareth-d85 opened this issue Oct 20, 2019 · 4 comments · Fixed by #37419
Labels
scope: curriculum Lessons, Challenges, Projects and other Curricular Content in curriculum directory.

Comments

@gareth-d85
Copy link

Describe your problem and how to reproduce it:
I can't get the challenge to pass even when I use the solution from the get a hint page.

Add a Link to the page with the problem:
https://www.freecodecamp.org/learn/javascript-algorithms-and-data-structures/basic-javascript/replace-loops-using-recursion

Tell us about your browser and operating system:

  • Browser Name: firefox
  • Browser Version: 69.0.3 (64-bit)
  • Operating System: linux mint 19

If possible, add a screenshot here (you can drag and drop, png, jpg, gif, etc. in this box):
image

@gareth-d85 gareth-d85 added scope: curriculum Lessons, Challenges, Projects and other Curricular Content in curriculum directory. status: waiting triage This issue needs help from moderators and users to reproduce and confirm its validity and fix. labels Oct 20, 2019
@ghost
Copy link

ghost commented Oct 20, 2019

I can reproduce this with same Firefox version. On latest Chrome, it is working well.

@gareth-d85
Copy link
Author

ok, so I can get it to work in chrome. but still not in firefox for me.

@moT01
Copy link
Member

moT01 commented Oct 20, 2019

Seems like a bug with firefox - I get this this error...
Screen Shot 2019-10-20 at 9 13 36 AM
s should be a valid flag.

So that's why the solution passed our tests, but is failing in firefox. This will be a problem anywhere else we used the s flag. Fortunately, it's not something that is used in many other places, if any.

@moT01 moT01 mentioned this issue Oct 20, 2019
6 tasks
@Manish-Giri
Copy link
Contributor

Open bug report on Bugzilla about the s flag - https://bugzilla.mozilla.org/show_bug.cgi?id=1361856

Doesn't look like it will be implemented anytime soon.

@ilenia-magoni ilenia-magoni removed the status: waiting triage This issue needs help from moderators and users to reproduce and confirm its validity and fix. label Oct 22, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
scope: curriculum Lessons, Challenges, Projects and other Curricular Content in curriculum directory.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants