这种语法的原因是什么?下面的代码和:
let object = {name: 'John'};
let user = new function() { this.name = "John"; this.isAdmin = false; };
到目前为止我还没有看到任何区别。