The code above will output successfully, but let's convert this to Typescript syntax by adding types to our function. // sample.ts function add(x: number, y: ...
確定! 回上一頁