This website requires JavaScript.
Explore
Help
Sign In
tod
/
odin-js-fundamentals-part-5
Watch
1
Star
0
Fork
You've already forked odin-js-fundamentals-part-5
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
bcd6da249a
odin-js-fundamentals-part-5
/
node_modules
/
es-abstract
/
helpers
/
maxValue.js
4 lines
77 B
JavaScript
Raw
Blame
History
'use strict'
;
module
.
exports
=
Number
.
MAX
_VALUE
||
1.7976931348623157
e
+
308
;
Reference in New Issue
View Git Blame
Copy Permalink