mirror of
https://github.com/ruanyf/es6tutorial.git
synced 2025-05-24 18:32:22 +00:00
docs(proposals): edit links
This commit is contained in:
parent
2b448b6b16
commit
cf4c9471db
@ -328,7 +328,7 @@ Math.sign(-0) // -0
|
||||
+0 === -0 // true
|
||||
```
|
||||
|
||||
目前,有一个[提案](https://jfbastien.github.io/papers/Math.signbit.html),引入了`Math.signbit()`方法判断一个数的符号位是否设置了。
|
||||
目前,有一个[提案](https://github.com/tc39/proposal-Math.signbit),引入了`Math.signbit()`方法判断一个数的符号位是否设置了。
|
||||
|
||||
```javascript
|
||||
Math.signbit(2) //false
|
||||
|
Loading…
x
Reference in New Issue
Block a user