1
0
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:
Rikuya Osawa
2025-01-01 19:59:08 +09:00
committed by GitHub
parent 5fbec97c8d
commit 5ac086036e
2 changed files with 2 additions and 2 deletions

View File

@@ -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)

View File

@@ -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)