We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9c082c8 + e95ca4b commit 99b2a09Copy full SHA for 99b2a09
1-js/05-data-types/02-number/article.md
@@ -16,7 +16,7 @@ Imagine we need to write 1 billion. The obvious way is:
16
let billion = 1000000000;
17
```
18
19
-We also can use underscope `_` as the separator:
+We also can use underscore `_` as the separator:
20
21
```js
22
let billion = 1_000_000_000;
0 commit comments