The enhanced Object literals: ES6 has added some new syntax-based extensions to {} object literal for creating properties. (增强的对象字面量: 对于创建对象字面量的属性,ES6 新增了一些语法层面的扩展) 1, Defining Properties(定义属性) ES6 provides a shorter syntax for asssinging the object…