Skip to content

There is no clear purpose to use esrever #20

@Buggem

Description

@Buggem

These days, there are loads of new one-liner JS methods and I think this repo needs a reason to be better than

window.nativeReverse = function(str) {
  return (Array.from(str)).reverse().join("");
}

or

window.nativeReverse = function(str) {
  return [...str].reverse().join("");
}

Yes. These are both one-liners that even follow the exact result of esrevers "foo 𝌆 bar" example. And esrever does "mañana mañana" wrong in Chrome or Firefox and Esrever also has the 'zero-width joiner' issue. Lets hope to see this issue fixed soon, or let esrever fade into the vastness of GitHub.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions