Files
front-end-example/06-typescript/02-basic-type-annotations
2026-03-23 16:33:09 +08:00
..
2026-03-23 16:33:09 +08:00

练习 2基本类型标注

目标

学会给最常见的值加上类型标注。

你要练什么

  • number
  • string
  • boolean

任务

  • 给年龄、姓名、付费状态加类型
  • 再输出一段清晰的学习信息

文件