1
0
mirror of https://github.com/kamranahmedse/developer-roadmap.git synced 2025-03-18 06:10:10 +01:00

Fix broken link (#5728)

This commit is contained in:
Kablys 2024-05-25 13:22:49 +03:00 committed by Kamran Ahmed
parent f14c945ff9
commit b2c4bcad34

View File

@ -5,4 +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)
- [When would I use function borrowing](https://stackoverflow.com/questions/69892281/when-would-i-use-function-borrowing)