Skip to content

Commit 4a92ce9

Browse files
authored
Update MDN link to point to general OOP page vs. page on JS classes. (exercism#2529)
1 parent aba371b commit 4a92ce9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

exercises/concept/high-score-board/.docs/introduction.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ for (let key in obj) {
143143
To avoid subtle errors, you should always assume the `for...in` loop visits the keys in an arbitrary order.
144144
Also, be aware that `for...in` includes [inherited keys][concept-inheritance] in its iteration.
145145

146-
[oop]: https://developer.mozilla.org/en-US/docs/Learn/JavaScript/Objects/Object-oriented_JS
146+
[oop]: https://developer.mozilla.org/en-US/docs/Learn/JavaScript/Objects/Object-oriented_programming
147147
[concept-classes]: /tracks/javascript/concepts/classes
148148
[mdn-identifier]: https://developer.mozilla.org/en-US/docs/Glossary/Identifier
149149
[concept-inheritance]: /tracks/javascript/concepts/inheritance

0 commit comments

Comments
 (0)