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
The Array constructor does not even have a property called forEach; now if the # convention were explained (useful in case many prototype methods are discussed), Array#forEach would be appropriate, but for the one-off mention in the section titled "Extension of Native Prototypes", it's better to just say Array.prototype.forEach, even though the MDN URL hierarchy does not distinguish between static methods like Array.isArray and prototype methods like Array.prototype.forEach.
The text was updated successfully, but these errors were encountered:
The
Array
constructor does not even have a property calledforEach
; now if the#
convention were explained (useful in case many prototype methods are discussed),Array#forEach
would be appropriate, but for the one-off mention in the section titled "Extension of Native Prototypes", it's better to just sayArray.prototype.forEach
, even though the MDN URL hierarchy does not distinguish between static methods likeArray.isArray
and prototype methods likeArray.prototype.forEach
.The text was updated successfully, but these errors were encountered: