Describe your problem and how to reproduce it:
The link to the guide page leads to a 404 page.
Add a Link to the page with the problem:
https://learn.freecodecamp.org/javascript-algorithms-and-data-structures/basic-javascript/iterate-with-javascript-do---while-loops
Tell us about your browser and operating system:
The correct link seems to be this one but I can't find the page/file on this repo to fix it and make PR it myself.
I could fix this. I think what is happening is the guide article is named wrong. It should be named the same as the lesson:
iterate-with-javascript-do---while-loops
It is:
iterate-with-javascript-do...while-loops
Similarly, the Storing Values with the Equal Operator link at Basic JavaScript: Generate Random Fractions with JavaScript leads to a 404 page too.
@AdrianSkar It seems to be working for me:
https://learn.freecodecamp.org/javascript-algorithms-and-data-structures/basic-javascript/storing-values-with-the-assignment-operator
@lalov1 That's odd. on my end that link leads to
https://learn.freecodecamp.org/storing-values-with-the-assignment-operator
not
https://learn.freecodecamp.org/javascript-algorithms-and-data-structures/basic-javascript/storing-values-with-the-assignment-operator/
resulting in:

@AdrianSkar Try doing a hard refresh (Ctrl+F5)
@lalov1 I tried with no luck (even from my phone on a different browser), I think it's the link itself, which URL shows up on your status bar when you hover that link?
The Guide repo will be moved to a final location in the next day or two. Once it is moved, we can make sure the Get a Hint button links to the actual Guide article.