A common thing you might see in a developer’s code is something called string interpolation, and it’s super useful. In short, it’s an easy way to add two variables together in a s… (more…)
Read more »
Explore similarities and differences between thinking in Clojure and thinking in JavaScript. (more…)
Read more »
Functional programming has been around for a while now. And the use of lambda functions while processing collections and arrays have been extensively used in several popular languages like Python, Ruby, Kotlin, etc. (more…)
Read more »
Dear JavaScript maintainers, First of all, Thank you. We appreciate what you do...
Read more »
Despite writing JavaScript almost every working day for the past seven years, I have to admit I don’t actually pay that much attention to ES language announcements. Major features like async/await and Proxies are one thing, but every year there’s a steady... (more…)
Read more »