Generation

generate functionSat, 20 May 2023

Una funzione che calcola la somma di tre numeri

function addThree(a: number, b: number, c: number): number { return a + b + c } addThree(1, 2, 3)

TypeScript
Generate More

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