| 19:00 | <Rob Palmer> | Hello delegates, please could we collect your feedback on scheduling the final plenary meeting of the year. There is the potential to have an in-person meeting in Europe if we get sufficient interest. https://github.com/tc39/Reflector/issues/444 |
| 20:16 | <rkirsling> | kind of exciting that by being in Japan, CET meetings will be at a reasonable hour |
| 20:17 | <rkirsling> | ...though the opposite side is that US meetings will require a flight lol |
| 21:35 | <shu> | so in implementing Array#toSorted i learned that Array.sort doesn't skip own-holes in the array, but it actually skips missing properties all the way up the prototype chain |
| 21:35 | <shu> | like wtf |
| 21:35 | <shu> | come on |
| 21:36 | <shu> | i always thought when we talked about skipping holes it was calling HasOwnProperty |
| 21:36 | <shu> | but it calls HasProperty |
| 21:55 | <Kris Kowal> | #10daychallenge |