First solution in Clear category for Multiply (Intro) by Rounin
function multTwo(a: number, b: number): number { return a*b; }
April 27, 2020