Javascript landed with native default parameters support with ES2015. Contrary to what one might think, it isn’t just a syntactic… (more…)
Read more »
A mixture of tooling combined to produce JavaScript from OCaml & Reason - GitHub - melange-re/melange: A mixture of tooling combined to produce JavaScript from OCaml & Reason... (more…)
Read more »
Regular Expressions could be very tricky and hard to comprehend in the beginning, but in this article we'll discuss the major things to get you up-to-speed with creating and working with Regular Expressions in JavaScript. Here's a list of topics we'l... (more…)
Read more »
Click here to see how I turned ~170 lines of code in moder vanilla JavaScript in TodoMVC. (more…)
Read more »
When implementing a language feature for JavaScript, an implementer must make decisions about how the language in the specification maps to the implementation. Sometimes this is fairly simple, where the specification and implementation can share much of t... (more…)
Read more »