JS: Set.prototype.constructor

By Xah Lee. Date: . Last updated: .

(new in JS: ECMAScript 2015)

mySet.constructor
value is the function object Set.
Set.prototype.constructor === Set

〔see constructor (property)