Enable Javascript in your browser and then refresh this page, for a much enhanced experience.
🍺 a*b - hard work 👷🏼 solution in Clear category for Multiply (Intro) by zborde
var multTwo = (a: number, b: number): number => a*b;
April 24, 2020
Comments: