console.log(Math.max() < Math.min()); // true
The default value for Math.max()
is -Infinity
&
the default value for Math.min()
is Infinity
Hence, -Infinity < Infinity => true
Thanks for reading π
Follow @codedrops.tech for daily posts.
Instagram β Twitter β Facebook
Micro-Learning β Web Development β Javascript β MERN stack β Javascript
codedrops.tech
Top comments (0)