Skip to content
Merged
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
2 changes: 1 addition & 1 deletion 1-js/05-data-types/02-number/article.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

## 编写数字的更多方法

想象一下,我们需要写 10 亿。显然的方法是
假如我们需要表示 10 亿。显然,我们可以这样写

```js
let billion = 1000000000;
Expand Down