Update article.md
Revision to unary plus not allowed bigints description in response to PR
This commit is contained in:
parent
c3a11c85e5
commit
72482bc435
1 changed files with 1 additions and 1 deletions
|
@ -50,7 +50,7 @@ The conversion operations are always silent, never give errors, but if the bigin
|
|||
````smart header="The unary plus is not supported on bigints"
|
||||
The unary plus operator `+value` is a well-known way to convert `value` to a number.
|
||||
|
||||
On bigints it's not supported, to avoid confusion:
|
||||
In order to avoid confusion, it's not supported on bigints:
|
||||
```js run
|
||||
let bigint = 1n;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue