Skip to content

Commit

Permalink
docs: update issue 346
Browse files Browse the repository at this point in the history
  • Loading branch information
toFrankie committed Aug 8, 2024
1 parent e4590a9 commit 0f0e063
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions archives/2024/346.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ title: 老是记不住 isEmpty
number: '#346'
link: 'https://github.com/toFrankie/blog/issues/346'
created_at: '2024-08-07 16:48:22'
updated_at: '2024-08-07 17:38:44'
updated_at: '2024-08-08 16:38:47'
labels:
- '2024'
- JS
- 前端
- JS
- '2024'
---

![配图源自 Freepik](https://cdn.jsdelivr.net/gh/toFrankie/blog@main/images/2024/8/1723020355023.jpg)
Expand Down Expand Up @@ -123,7 +123,7 @@ exports = function(obj, key) {

非常简单:

1. 判断 nul、undefined
1. 判断 null、undefined
2. 判断数组、类数组
3. 使用 in 操作符,获取其自身可枚举的属性,再判断 key length

Expand Down

0 comments on commit 0f0e063

Please sign in to comment.