0 / 60 seg.

What does the get method return if the key does not exist in the map?

const map = new Map();
const result = map.get('key');