HJY-xh / plantTrees

每天几个前端小知识📙 2021.2.14 - new Date()
MIT License
22 stars 4 forks source link

[2022-11-29] JS和TS中的typeof有什么区别? #588

Open HJY-xh opened 1 year ago

HJY-xh commented 1 year ago

TS中用于操作类型(提取类型),在静态环境下运行; JS是在runtime时运行的