JS: Set.prototype[Symbol.toStringTag]
(new in ECMAScript 2015)
Set.prototype[Symbol.toStringTag]
Value is the string "Set".
[see Determine Type of Object]
console.log( Set.prototype [ Symbol.toStringTag ] === "Set" ); // true
[see Symbol Tutorial]
(new in ECMAScript 2015)
Set.prototype[Symbol.toStringTag]
Value is the string "Set".
[see Determine Type of Object]
console.log( Set.prototype [ Symbol.toStringTag ] === "Set" ); // true
[see Symbol Tutorial]