## Quick Links

**[Section](#section)**

1. [_.sortYourMethodAlphabetically](#_sortYourMethodAlphabetically) 









### _.sortYourMethodAlphabetically
Explains or copy/paste lodash/underscore description.

  ```js
  // Lodash
  var result = _.sortYourMethodAlphabetically('abc', ...)
  console.log(result)
  // output: true

  // Native
  var result = 'abc'.sortYourMethodAlphabetically(...)
  console.log(result)
  // output: true
  ```

#### Browser Support for `Array.prototype.sortYourMethodAlphabetically()`

![Chrome][chrome-image] | ![Edge][edge-image] | ![Firefox][firefox-image] | ![IE][ie-image] | ![Opera][opera-image] | ![Safari][safari-image]
:-: | :-: | :-: | :-: | :-: | :-: |
  41.0 ✔  | 15.0 ✔ | 17.0 ✔ |  ✖  |  10.5 ✔ |  9.0 ✔ |

**[⬆ back to top](#quick-links)**








> !------ DO NOT COPY THESE LINES BELOW -------------!
> 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.

[chrome-image]: https://raw.githubusercontent.com/alrra/browser-logos/master/src/chrome/chrome_48x48.png
[firefox-image]: https://raw.githubusercontent.com/alrra/browser-logos/master/src/firefox/firefox_48x48.png
[ie-image]: https://raw.githubusercontent.com/alrra/browser-logos/master/src/archive/internet-explorer_9-11/internet-explorer_9-11_48x48.png
[opera-image]: https://raw.githubusercontent.com/alrra/browser-logos/master/src/opera/opera_48x48.png
[safari-image]: https://raw.githubusercontent.com/alrra/browser-logos/master/src/safari/safari_48x48.png
[edge-image]:
https://raw.githubusercontent.com/alrra/browser-logos/master/src/edge/edge_48x48.png
