0 / 60 seg.

How can you remove all elements from a Map object?

const map = new Map([[1, 'one'], [2, 'two']]);
map._____();