A map is one of the most frequently used data structures in daily programming. It keeps key-value pairs that can easily be accessed by their keys. In Java, it is pretty obvious to use a HashMap for… (more…)
Read more »
It seems (according to one guru, but coming from this source, it’s a left-handed compliment) that JavaScript is finally popular.
Read more »
proposal-pipeline-operator - A proposal for adding the simple-but-useful pipeline operator to JavaScript. (more…)
Read more »
This CLI helps to create the package with JS/TS, build system(Webpack/Parcel) and necessary stuff 🔥... (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 »