Enable Javascript in your browser and then refresh this page, for a much enhanced experience.
☀️ Regexp, match - very short code solution in Clear category for End Zeros by zborde
var endZeros=(v: number): number =>
(''+v).match(/0*$/)[0].length;
May 27, 2020
Comments: