### 变量 let 变量名: 变量类型 函数: function 函数名(参数名:参数类型):返回值类型{ } ### 数据类型(ts新增) - any - unknown - never - void - tuple - enum - type - interface