02:19
<Jack Works>
Being able to use the method without a receiver is nice though, because I can do const { of } = Array and then directly use it (for the people that don't trust "other code" to not mess with built-ins)
I believe these people are minority. Most devs won't do that
21:21
<ljharb>
in my experience, i think most devs will do that
23:11
<snek>
i've never seen anyone except tc39 delegates and nodejs contributors do that