Skip to content

Latest commit

 

History

History
54 lines (29 loc) · 1.63 KB

TEMPLATE.md

File metadata and controls

54 lines (29 loc) · 1.63 KB

Quick Links

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.