1
0
mirror of https://github.com/kamranahmedse/developer-roadmap.git synced 2025-08-28 03:29:48 +02:00

Add resource for function borrowing (#4725)

* Update 100-function-borrowing.md

added stackoverflow example

* Update src/data/roadmaps/javascript/content/111-javascript-this-keyword/100-function-borrowing.md

---------

Co-authored-by: Kamran Ahmed <kamranahmed.se@gmail.com>
This commit is contained in:
dogukan
2024-05-11 03:50:29 +03:00
committed by GitHub
parent cae46c5db6
commit 56247431de

View File

@@ -5,3 +5,4 @@ Function borrowing allows us to use the methods of one object on a different obj
Visit the following resources to learn more:
- [Function borrowing](https://medium.com/@ensallee/function-borrowing-in-javascript-4bd671e9d7b4)
- [When would I use function borrowing] (https://stackoverflow.com/questions/69892281/when-would-i-use-function-borrowing)