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
**__proto__**, So rather than having a separate method on every single array called push, there is one prototype and each array has a reference to that prototype with this special property **__proto__**. And we actually can see this in other types of objects in JavaScript.
7
+
\***\*proto\*\***, So rather than having a separate method on every single array called push, there is one prototype and each array has a reference to that prototype with this special property \***\*proto\*\***. And we actually can see this in other types of objects in JavaScript.
8
8
9
9
```javascript
10
10
console.log(Array.prototype)
@@ -25,18 +25,18 @@ But it all has to do with this one central idea, which is organizing our code, d
0 commit comments