Skip to content

Commit 50937c2

Browse files
committed
Fix Number.MAX/MIN_SAFE_INTEGER version
1 parent f7e0186 commit 50937c2

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

content/JavaScript/number.jsdoc

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -148,8 +148,8 @@ console.log(Number.MAX_SAFE_INTEGER + 1);
148148
console.log(Number.MAX_SAFE_INTEGER + 2);
149149
</example>
150150

151-
Spec:
152-
http://www.ecma-international.org/ecma-262/5.1/#sec-15.7.3.2
151+
Version:
152+
ECMAScript 6
153153

154154
----
155155
MAX_VALUE : Number
@@ -180,6 +180,9 @@ console.log(Number.MIN_SAFE_INTEGER - 1);
180180
console.log(Number.MIN_SAFE_INTEGER - 2);
181181
</example>
182182

183+
Version:
184+
ECMAScript 6
185+
183186
----
184187
MIN_VALUE : Number
185188

0 commit comments

Comments
 (0)