Brought to you by the @nodejs team updating @v8js from v6.8 (in Node.js v10.15.3) to v7.4 (in Node.js v12.0.0). 
-
-
Thanks. Twitter will use this to make your timeline better. UndoUndo
-
-
-
Are class fields what the MDN explains under “private field declarations”?https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Classes …
-
I wrote a slightly more detailed explanation here: https://developers.google.com/web/updates/2018/12/class-fields …
- 2 more replies
New conversation -
-
-
What was wrong with the previous implementation of JSON.stringify?
- End of conversation
New conversation -
-
-
Array#sort wasn't stable?
-
Array#sort takes an array as an argument, and returns that same object sorted, rather than a new object, in effect doing sorting via side-effect. The new sort returns a new array, making it far more useful for immutable programming.
- 5 more replies
New conversation -
-
-
matchAll is great :) these while loops where kinda stupid
-
Thanks to
@ljharb for championing this proposal!
End of conversation
New conversation -
-
-
Version 12 is releasing this week?
-
In principle, today. But I’m still waiting for it. Maybe 18:00 CET?
- 2 more replies
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.
Array#{flat,flatMap}