diff --git a/src/data/roadmaps/javascript/content/call@gsyY3Oa3Jf0W5K_lyqBYO.md b/src/data/roadmaps/javascript/content/call@gsyY3Oa3Jf0W5K_lyqBYO.md index 7c927a077..e6c082a93 100644 --- a/src/data/roadmaps/javascript/content/call@gsyY3Oa3Jf0W5K_lyqBYO.md +++ b/src/data/roadmaps/javascript/content/call@gsyY3Oa3Jf0W5K_lyqBYO.md @@ -1 +1,7 @@ -# call \ No newline at end of file +# call() + +The `call()` method allows you to invoke a function with a given `this` value, and arguments provided individually. + +Visit the following resources to learn more: + +- [@article@Understanding Explicit Binding in JavaScript: Call, Bind, and Apply Methods](https://medium.com/@amitsharma_24072/understanding-explicit-binding-in-javascript-call-bind-and-apply-methods-7b6ed0107628)