Skip to content

Commit

Permalink
fix:typo
Browse files Browse the repository at this point in the history
  • Loading branch information
LiuL0703 authored Aug 12, 2019
1 parent b9d9518 commit 852d355
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 015.精读 TC39 与 ECMAScript 提案.md
Original file line number Diff line number Diff line change
Expand Up @@ -617,7 +617,7 @@ const firstName = message.body?.user?.firstName || 'default'
```javascript
const firstName =
()message &&
(message &&
message.body &&
message.body.user &&
message.body.user.firstName) || 'default'
Expand Down

0 comments on commit 852d355

Please sign in to comment.