The prophet @jaffathecake has known all along that #SmooshGate was going to happen. He bestows his wisdom onto @DasSurma in this new #HTTP203
Watch it here → https://bit.ly/2JZh99g pic.twitter.com/aJOBuaJCZd
I know, hence the “only in some cases” — that would be the weird part IMHO.
-
-
IMHO a method's enumerability should be tied to its implementation instead of its property name: > Object.keys(String.prototype) [] > http://String.prototype.search = function search() { return "weird"; } ƒ search() { return "weird"; } > Object.keys(String.prototype) [] ...
-
> a = http://String.prototype.search ƒ search() { return "weird"; } > delete http://String.prototype.search true > http://String.prototype.search undefined > http://String.prototype.search = a ƒ search() { return "weird"; } > Object.keys(String.prototype) ["search"]
End of conversation
New conversation -
Loading seems to be taking a while.
Twitter may be over capacity or experiencing a momentary hiccup. Try again or visit Twitter Status for more information.
JavaScript, HTML, CSS, HTTP, performance, security, Bash, Unicode, i18n, macOS.