ts 小笔记

函数

  1. 函数返回值也可以类型判断


    函数返回值
  2. 重载


    image.png

数组

  • :number:[]
  • :Array

元组

一个已知元素数量和类型的数组


枚举

你可能感兴趣的:(ts 小笔记)