TypeScript 练习

这是根据官网 Handbook 的学习所用的练习代码。

使用下面的方式运行

tsc xxx.ts // 编译为js文件
node xxx.js // 使用node环境运行js文件