We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b00594 commit b8c0b41Copy full SHA for b8c0b41
.gitignore
@@ -0,0 +1 @@
1
+index.html
Prototype/resources.md
@@ -0,0 +1,6 @@
+## Resources for learning JS Object Prototype
2
+
3
++ [MDN DOCs](https://developer.mozilla.org/en-US/docs/Learn/JavaScript/Objects/Object_prototypes)
4
++ [freeCodeCamp](https://www.freecodecamp.org/news/a-beginners-guide-to-javascripts-prototype/)
5
++ [JavaScript 🇷🇺](https://learn.javascript.ru/native-prototypes)
6
++ [JavaScript Info](https://javascript.info/prototypes)
0 commit comments