Skip to main content
Version: 3.14.1

Set.prototype.size

The size accessor property returns the number of (unique) elements in a Set object.

Description

The value of size is an integer representing how many entries the Set object has. A set accessor function for size is undefined; you cannot change this property.