Learn how to use the splice array method in Javascript. This is an array method/function which lets you remove items from an array, or replace elements in an... (more…)
Read more »
Let’s be honest and face it. If you need an entire section to explain what could go wrong and what are the special cases you need to fix, you might as well stop telling the story that enforcing…...
Read more »
Ben Nadel has noticed developers using the double-bang (!!) operator far more often in their JavaScript code than they have to. As such, he provides a series of unnecessary examples followed by cleaner, more intuitive examples. (more…)
Read more »
Utilize tooling that harnesses the power of Webpack with ease of simple presets to quickly start JavaScript projects, all without upfront configuration. Taking the plunge into starting a new JS project often brings along a significant effort into preparin... (more…)
Read more »
In general, dynamic languages (like JavaScript or Python) tend to be more terse then statically typed languages like Java. (more…)
Read more »