mirror of
https://github.com/kamranahmedse/developer-roadmap.git
synced 2025-08-01 06:50:26 +02:00
fix: resource tag inconsistencies (#7922)
* fix: apply@-BtF34cEzI6J8sZCDRlRE.md * fix: bind@dbercnxXVTJXMpYSDNGb2.md
This commit is contained in:
@@ -4,4 +4,4 @@ The apply() method of Function instances calls this function with a given this v
|
||||
|
||||
Visit the following resources to learn more:
|
||||
|
||||
- [@official@apply() - MDN](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Function/apply)
|
||||
- [@article@apply() - MDN](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Function/apply)
|
||||
|
@@ -4,6 +4,6 @@ The `bind()` method in JavaScript allows you to create a new function with a spe
|
||||
|
||||
Visit the following resources to learn more:
|
||||
|
||||
- [@official@bind()](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Function/bind)
|
||||
- [@article@bind()](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Function/bind)
|
||||
- [@article@Function binding](https://javascript.info/bind)
|
||||
- [@article@Javascript Function Bind()](https://www.w3schools.com/js/js_function_bind.asp)
|
||||
|
Reference in New Issue
Block a user