We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c3a11c8 commit 72482bcCopy full SHA for 72482bc
1 file changed
1-js/99-js-misc/05-bigint/article.md
@@ -50,7 +50,7 @@ The conversion operations are always silent, never give errors, but if the bigin
50
````smart header="The unary plus is not supported on bigints"
51
The unary plus operator `+value` is a well-known way to convert `value` to a number.
52
53
-On bigints it's not supported, to avoid confusion:
+In order to avoid confusion, it's not supported on bigints:
54
```js run
55
let bigint = 1n;
56
0 commit comments