Obrienzo
Results
2
issues of
Obrienzo
### Proposal Here is the link to the page: https://developer.mozilla.org/en-US/docs/Learn/JavaScript/Objects/Object-oriented_programming The MDN page above examples is in a pseudocode format, which is good but can also be challenging for learners...
proposal
type: enhance content
awaiting response
I encountered an error when learning about DOM navigation, in the [Walking the DOM](https://javascript.info/dom-navigation), under the [Siblings and the parent](https://javascript.info/dom-navigation#siblings-and-the-parent) using `nextSibling` and `previousSibling`. These properties return the next and...