You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

1.6 KiB

Section

  1. _.sortYourMethodAlphabetically

_.sortYourMethodAlphabetically

Explains or copy/paste lodash/underscore description.

// 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 Edge Firefox IE Opera Safari
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.