Enable Javascript in your browser and then refresh this page, for a much enhanced experience.
one liner solution in Creative category for [old] Digits Multiplication by Sim0000
digitsMultip = s => eval((""+s).replace(/0/g,"").split("").join("*"))
July 8, 2016