function sayHello(name: string): void { console.log(`Hello ${name}!`); } sayHello('Dave');. Pressing Ctrl+Shift+B or running Run Build Task from the global ...
確定! 回上一頁