Help save Esrever (I know we can't use `string.split(str).reverse().join("")` but can't we use `(Array.from(str)).reverse().join("")` or even `[...str].reverse().join("")`) #20
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.
These days, there are loads of new one-liner JS methods and I think this repo needs a reason to be better than
or
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.