Hi there, the library returns incorrect length: ``` js len("❤️"); // 2 len("👊🏽"); // 2 ``` I don’t seem to be able to find a solution for this in ANY library except lodash which has a complicated regex...