```js var min = Math.min(); max = Math.max(); console.log(min < max); // 写出执行结果,并解释原因 ``` --- > 每日一题会在下午四点在交流群集中讨论,五点小程序中更新答案 > 欢迎大家在下方发表自己的优质见解 > 二维码加载失败可点击 [小程序二维码](http://img-static.yidengxuetang.com/wxapp/qr-day/qid-779.png) <h3 align="center">扫描下方二维码,收藏关注,及时获取答案以及详细解析,同时可解锁800+道前端面试题。</h3> <div align="center"> <img src="http://img-static.yidengxuetang.com/wxapp/qr-day/qid-779.png" width="260px"> </div>
Activity
Genzhen commentedon Jun 22, 2020
答案
false
解析
Kinice commentedon Aug 31, 2020
个人感觉这题意义不大。。
Genzhen commentedon Sep 3, 2020
对于知识来说,多了解一点总没有坏处
Kinice commentedon Sep 3, 2020
说得没错~
yuanhaotian commentedon Jun 12, 2023
还是得看,因为一些公司就面这,做为附加题