Back to You Dont Need Lodash Underscore

TEMPLATE

TEMPLATE.md

6.14.01.6 KB
Original Source

Section

  1. _.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()

41.0 ✔15.0 ✔17.0 ✔10.5 ✔9.0 ✔

⬆ back to top

!------ DO NOT COPY THESE LINES BELOW -------------! For Browser support, visit MDN web docs, search for a term there and see the bottom section of the page.