File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
exercises/concept/high-score-board/.docs Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -143,7 +143,7 @@ for (let key in obj) {
143143To avoid subtle errors, you should always assume the ` for...in ` loop visits the keys in an arbitrary order.
144144Also, 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
You can’t perform that action at this time.
0 commit comments