Y Combinator in JavaScript: Memoizing recursive functions
It comes as a surprise to many programmers that it is possible to express a "recursive" function like factorial without using recursion or iteration. (more…)
Read more »
Private fields are a language feature being added to the JavaScript language through the TC39 proposal process. Read more