JS: Reflect (namespace)

By Xah Lee. Date: . Last updated: .

(new in ECMAScript 2015)

What is the Keyword “Reflect”

The Reflect object is used as namespace for functions related to JavaScript the language.

Reflect's methods typically:

Properties