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.
- Arguments object:
<a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Functions/arguments" target="_blank">Arguments object</a>
- 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