fix: resource tag inconsistencies (#7922)

* fix: apply@-BtF34cEzI6J8sZCDRlRE.md

* fix: bind@dbercnxXVTJXMpYSDNGb2.md
pull/7966/head
Rikuya Osawa 2 months ago committed by GitHub
parent 5fbec97c8d
commit 5ac086036e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      src/data/roadmaps/javascript/content/apply@-BtF34cEzI6J8sZCDRlRE.md
  2. 2
      src/data/roadmaps/javascript/content/bind@dbercnxXVTJXMpYSDNGb2.md

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

Loading…
Cancel
Save