function sum(a: number, b: number) { return a + b; } console.log(sum(2, 3));