Issue with 'Relevant links' for Seek and Destroy Challenge inside forum guide for JS seek and destroy challenge

Hello all,

The Relevant Links section of the Seek and Destroy Forum Guide contains two broken links. After clicking both links: 1. Arguments object and 2. Array.filter(), it redirects you to this page displayed in the screenshot below.

The anchor element for each list item in the Relevant Links section needs to have the href="" property updated with the following URLs.

  1. Arguments object:
  • <a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Functions/arguments" target="_blank">Arguments object</a>
  1. Array.filter():
  • <a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/filter" target="_blank">Array.filter()</a>

Edit: Some more of the Relevant links within same page inside solution sections have problematic links. After one last read through, the Popular Links section after expanding the Topic info box also has a few broken links.

Cheers,
Tanner

Thank you for helping make FCC better. Bugs can be reported as GitHub Issues. Whenever reporting a bug, please check first that there isn’t already an issue for it and provide as much detail as possible.

1 Like

I updated the links to be MDN links. Not sure where the links originally were going.

3 Likes

@ArielLeslie Thank you for the info. I will report bugs as Github Issues from now on.

@lasjorg Ok great. Thanks for updating those! Yeah I wasn’t too sure where they were heading originally either lol. Cheers!