0 / 60 seg.

What does the has method of a Set object return?

const set = new Set([1, 2, 3]);
const result = set.has(1);