0 / 60 seg.

What does the has method return if the key exists in the map?

const map = new Map([[1, 'one']]);
const result = map.has(1);