From c01a07e7b325c8d0edcfa867c638ab9e673adfce Mon Sep 17 00:00:00 2001 From: iliAsghar <139040345+iliAsghar@users.noreply.github.com> Date: Fri, 30 Aug 2024 12:15:22 +0330 Subject: [PATCH] Update bind@dbercnxXVTJXMpYSDNGb2.md (#6823) Co-authored-by: dsh --- .../javascript/content/bind@dbercnxXVTJXMpYSDNGb2.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/data/roadmaps/javascript/content/bind@dbercnxXVTJXMpYSDNGb2.md b/src/data/roadmaps/javascript/content/bind@dbercnxXVTJXMpYSDNGb2.md index 61503e8d4..408659cea 100644 --- a/src/data/roadmaps/javascript/content/bind@dbercnxXVTJXMpYSDNGb2.md +++ b/src/data/roadmaps/javascript/content/bind@dbercnxXVTJXMpYSDNGb2.md @@ -1,7 +1,8 @@ # bind() -`bind()` method creates a new function with a fixed this value. +The `bind()` method creates a new function with a given `this` value and arguments provided as an array. The original function is not called immediately but can be called later with the `new` keyword or as a normal function call. Visit the following resources to learn more: -- [@article@Bind Method - MDN Docs](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Function/bind) +- [@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) +- [@article@Javascript Function Bind()](https://www.w3schools.com/js/js_function_bind.asp) \ No newline at end of file