Count the number of Unicode code points in JavaScript on cross-browser
JavaScript provides many ways to count the number of Unicode code points. However, some browsers (like IE) don't support the features. Which is the best way to count the number of Unicode code points honoring the cross-browser compatibility?
This art...
tanishiking.hashnode.dev4 min read