Object

Overview

The Object type represents any non-primitive value. This means any value other than Boolean, Number, String, Symbol and Void derives from the Object super-type.

On this page