Dead code elimination is a process wherein code that is not used is excluded from the code that is executed. In many compile time languages this is a much easier process since a compiler can easily determine the code that is used. However in javascri… Read more
Similar
Which JavaScript loop should you use? We look at 7 of the most popular and explain their uses. Try Techdegree - 7 days free! (more…)
Read more »
Apple's Auto Layout and Visual Format Language for JavaScript (using cassowary constraints) - lume/autolayout... (more…)
Read more »
In the new release of p5.js 2.0, we're adding a pretty big new feature: you can now write shaders in JavaScript! It's called p5.strands. Let's talk a bit into how it works! (more…)
Read more »
The keyword this in Javascript can be a little slippery to wrap your had around at first.
Read more »
Figuring out the value of this can be tricky in JavaScript, here's how to do it… (more…)
Read more »