Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

54 lignes
1.6 KiB

il y a 4 ans
  1. ## Quick Links
  2. **[Section](#section)**
  3. 1. [_.sortYourMethodAlphabetically](#_sortYourMethodAlphabetically)
  4. ### _.sortYourMethodAlphabetically
  5. Explains or copy/paste lodash/underscore description.
  6. ```js
  7. // Lodash
  8. var result = _.sortYourMethodAlphabetically('abc', ...)
  9. console.log(result)
  10. // output: true
  11. // Native
  12. var result = 'abc'.sortYourMethodAlphabetically(...)
  13. console.log(result)
  14. // output: true
  15. ```
  16. #### Browser Support for `Array.prototype.sortYourMethodAlphabetically()`
  17. ![Chrome][chrome-image] | ![Edge][edge-image] | ![Firefox][firefox-image] | ![IE][ie-image] | ![Opera][opera-image] | ![Safari][safari-image]
  18. :-: | :-: | :-: | :-: | :-: | :-: |
  19. 41.0 ✔ | 15.0 ✔ | 17.0 ✔ | ✖ | 10.5 ✔ | 9.0 ✔ |
  20. **[⬆ back to top](#quick-links)**
  21. > !------ DO NOT COPY THESE LINES BELOW -------------!
  22. > For Browser support, visit [MDN web docs](https://developer.mozilla.org/en-US/), search for a term there and see the bottom section of the page.
  23. [chrome-image]: https://raw.githubusercontent.com/alrra/browser-logos/master/src/chrome/chrome_48x48.png
  24. [firefox-image]: https://raw.githubusercontent.com/alrra/browser-logos/master/src/firefox/firefox_48x48.png
  25. [ie-image]: https://raw.githubusercontent.com/alrra/browser-logos/master/src/archive/internet-explorer_9-11/internet-explorer_9-11_48x48.png
  26. [opera-image]: https://raw.githubusercontent.com/alrra/browser-logos/master/src/opera/opera_48x48.png
  27. [safari-image]: https://raw.githubusercontent.com/alrra/browser-logos/master/src/safari/safari_48x48.png
  28. [edge-image]:
  29. https://raw.githubusercontent.com/alrra/browser-logos/master/src/edge/edge_48x48.png