I wanted to remake the classic Duck Hunt game in JavaScript using the KAPLAY library. So here is Duck Hunter, a Duck Hunt-like. (more…)
Read more »
JavaScript can be weird, let’s find the explanation to some of the weirdest JavaScript moments. (more…)
Read more »
As the year draws to a close it’s the perfect time to reflect and look back over the past 12 months to see what projects got people talking… (more…)
Read more »
Simplest web controls. Contribute to digplan/enigmatic development by creating an account on GitHub. (more…)
Read more »
JavaScript Map, Reduce and Filter Functions
Introduction
Arrays are important Data Structures in programming. All the methods which we are going to discuss in this article will iterate over an array and return a new array based on the result function... (more…)
Read more »