Skip to content

📚 20.typeof

💻 代码实现

typescript
// typeof null 是object
// 基础数据类型:number string boolean undefined null symbol
// 引用数据类型:object array

Released under the MIT License.