Bug in lesson Basic Data Structures: Iterate Through the Keys of an Object with a for...in Statement

There is a typo linked to the “Get a hint” button on the above lesson. It sends you to:
https://guide.freecodecamp.org/certifications/javascript-algorithms-and-data-structures/basic-data-structures/-iterate-through-the-keys-of-an-object-with-a-for---in-statement

when it should send you to:
https://guide.freecodecamp.org/certifications/javascript-algorithms-and-data-structures/basic-data-structures/-iterate-through-the-keys-of-an-object-with-a-for...in-statement

where the for…in is dots not dashes!

Thanks!

3 Likes

Thank you for helping make FCC better. Bugs should always 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.