#javascript
Read more stories on Hashnode
Articles with this tag
Function borrowing as the name suggests, is the way for an object to borrow or use the functions defined by another object. Using call(), apply() and...
In order to understand everything about asynchronous programming, we will first see what is synchronous programming, and, why there is need to have...