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
41.0 ✔ | 15.0 ✔ | 17.0 ✔ | ✖ | 10.5 ✔ | 9.0 ✔ |
!------ 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.