JavaScript has gone from being a marketing ploy to gain a tactical advantage, to becoming the core programming experience in the world’s most widely used application runtime platform. Where to, next?
Read more »
Click here to see how I turned ~170 lines of code in moder vanilla JavaScript in TodoMVC. (more…)
Read more »
The Lambda Calculus is a symbol manipulation framework developed by the mathematician Alonzo Church in the 1930s. It was intended to be an extremely tiny syntax which could nevertheless suffice to calculate anything computable. The mathematical advantage ... (more…)
Read more »
Callbacks are a very important topic to understand in javascript. In this article, We will be seeing what Callbacks are and how to use them. What are Callbacks First, we will see a regular javascript function, and from there we will see how callbacks are ... (more…)
Read more »