You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What specific section or headline is this issue about?
Methods
What information was incorrect, unhelpful, or incomplete?
Static and instance methods are distinguished explicitly in the docs for URL, but Array has one "methods" list, where instance methods follow the pattern of Array.prototype.method() and static methods Array.method()
What did you expect to see?
I personally prefer separate lists for static and instance methods, since it's easier to scan when separated and with only the method names
Do you have any supporting links, references, or citations?
Hello, the sidebar is not managed by us, and none of us on the JS team is very happy with the current situation. I have a PR here: mdn/yari#8502 but it has been stale for a few months and I don't see reasons to expect the Yari team to be active maintaining the platform for us because they have other business to tend to. In any case this is quite unactionable here so I'll close it anyway.
MDN URL
https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array
What specific section or headline is this issue about?
Methods
What information was incorrect, unhelpful, or incomplete?
Static and instance methods are distinguished explicitly in the docs for URL, but Array has one "methods" list, where instance methods follow the pattern of
Array.prototype.method()
and static methodsArray.method()
What did you expect to see?
I personally prefer separate lists for static and instance methods, since it's easier to scan when separated and with only the method names
Do you have any supporting links, references, or citations?
No response
Do you have anything more you want to share?
Array example
Array.prototype.forEach()
Array.from()
URL example
canParse()
toJSON()
The text was updated successfully, but these errors were encountered: