We use the type syntax to declare a variable in TypeScript. It consists of a colon (:) after the variable name, followed by its type. The var keyword will use ...
確定! 回上一頁