0 / 60 seg.

What happens in the following code snippet?

const map = new Map();
map.set(NaN, 'Not a number');
console.log(map.has(NaN));