Refactoring a JavaScript video store
Implementing my 1999 video store refactoring example in JavaScript, with four different ways to compose the extracted functions. (more…)
Read more »
Yes, there is such thing, and I thought it would be an interesting example to share. It features: closures, self-executing functions, arrow functions, functional programming, and anonymous recursion. Read more