Skip to content

Commit b8c0b41

Browse files
committed
add resources file to Prototype folder
1 parent 5b00594 commit b8c0b41

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
index.html

Prototype/resources.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
## 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

Comments
 (0)