0
3
GGGiovanny Gongora
Insert function with two number typed arguments.
0 Comments
function multiply(value1: number, value2: number) { return value1 * value2; }