@
[email protected] because when you are doing Array.from on a Map you are implicitly calling `.entries()`, which in turn is an iterator, not an array (thus the Array.from)
.map() & co. on iterators is a stage3 proposal rn
https://github.com/tc39/proposal-iterator-helpers