typescript sample ( hello world and summary numbers ) Şubat 08, 2021 Bağlantıyı al Facebook X Pinterest E-posta Diğer Uygulamalar function addNumbers(a: number, b: number) { return a + b; } var sum: number = addNumbers(10, 15) console.log('Sum of the two numbers is: ' +sum); Yorumlar
Yorumlar
Yorum Gönder