Pick any arbitrary element from the container.
Presumably a Map or a Set. Something with a .values() iterator.
.values()
An item in the set or a value from the map. Unless the input is empty, then this returns undefined.
Pick any arbitrary element from the container.