The Reflect objectThe Reflect.apply(function, this, args) methodThe Reflect.construct(constructor, args, prototype) methodThe Reflect.defineProperty(object, property, descriptor) methodUnderstanding the data properties and accessor propertiesThe Reflect.deleteProperty(object, property) methodThe Reflect.enumerate(object) methodThe Reflect.get(object, property, this) methodThe Reflect.set(object, property, value, this) methodThe Reflect.getOwnPropertyDescriptor(object, property) methodThe Reflect.getPrototypeOf(object) methodThe Reflect.setPrototypeOf(object, prototype) methodThe Reflect.has(object, property) methodThe Reflect.isExtensible(object) methodThe Reflect.preventExtensions(object) methodThe Reflect.ownKeys(object) method