判断题
{} === {}表达式返回false。
正确
判断题 [1,2,3]===[1,2,3]表达式返回true。
判断题 Math.min() > Math.max()表达式返回true。
判断题 promise构造函数是同步执行的,then方法是异步执行的。