Generation

typingsMon, 05 Dec 2022

function sum(a,b){ retrun a+b

function sum(a: number, b: number): number { return a + b }

Want to kickstart your project?Use the new AI Studio to create your code