03:54
<Krinkle>
TIL that `Function.prototype` is a callable noop function
03:54
<Krinkle>
H/T https://github.com/mathiasbynens/he/blob/36afe179/tests/tests.js#L4
22:52
<croraf>
Krinkle, many strange things in ECMA spec: https://tc39.es/ecma262/#sec-properties-of-the-function-prototype-object
22:54
<croraf>
What do you mean by H/T ?
23:02
<astearns>
croraf: it means "hat tip" which in this case is like "I learned this from"