Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
README-zh_CN.md: typo of 'heat' to 'heart'
  • Loading branch information
flyskywhy authored Jun 7, 2024
commit d1b4c70a379e6ec584e84ee097681db174d97358
2 changes: 1 addition & 1 deletion zh-CN/README-zh_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -3429,7 +3429,7 @@ console.log('❤️' === '❤️')

#### 答案:A

在内部,表情符号是 unicode。heat 表情符号的 unicode 是`“U + 2764 U + FE0F”`。对于相同的表情符号,它们总是相同的,因此我们将两个相等的字符串相互比较,这将返回 true。
在内部,表情符号是 unicode。heart 表情符号的 unicode 是`“U + 2764 U + FE0F”`。对于相同的表情符号,它们总是相同的,因此我们将两个相等的字符串相互比较,这将返回 true。

</p>
</details>
Expand Down