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