JS freecodecamp bug report!

JS step 52 the preview crashes and not fixing by any chance please like or react i you had fixed it or countered it.

@JeremyLT sadly deleting the catch is not working.

Clear your browser cache and cookies. Then restart your browser and log back in

You tried deleting the whole cache and all of the cookies and other website data?

That’s not the correct solution code. What does ‘preview crash’ mean?

Well, that is a bug. I’m able to reproduce it.

  1. Pop out the preview and then close it.

  2. Write the wrong code const location = [] and run the tests.

  3. Open the preview again.

I will say I’m able to fix it just by resetting the challenge.

Issue

Hi there is another problem I faced that in JS 52 I submit the challenge and it’s correct but the in the full menu bar it doesn’t turn blue that show it’s done.

The preview bug also fixes with rewriting it and I think the browser catch has nothing to do with it.

try to submit the step again, make sure to press the “Submit and go to next challenge” button

I can go to the next challenge with the submit button but the box don’t changes the color I’m in the level 110 currently but I worry that the whole challenge don’t get passed at the end because of the bug.

the only things you must complete to get the certs are the certification projects, those with this label
image

and this specification
image

No, as shown in the issue, you are overwriting the global location object.

But I consider it a bug, a const declaration inside the editor should not be able to overwrite the browser location object and I strongly doubt you will be the last person to miss the “s” at the end of the variable name and have the same thing happen.

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.