Object vs. set: getting unique values in JavaScript performance comparison

We recommend upgrading to the latest Safari, Google Chrome, or Firefox. Read more

Similar

An Intro to Lenses in JavaScript

If you know the ins and outs of lenses, including when and how to use them, then this walkthrough might not be for you. For everyone else, who might or might not have heard about lenses, this write…

Read more »

JavaScript: Value vs. Reference

When I started learning JavaScript, one of the topics that confused me at the beginning was understanding the difference between value and reference. In this post, I’ll guide you through examples with pictures how copy by value and reference work in JavaS... (more…)

Read more »

Move Image with JavaScript

What it can't do? Well, I was talking about jQuery. It is a tremendous library. CSS wasn't able to create complex animations at some point, and then jQuery appeared to help it out. jQuery created a wrapper method, called animate(). It can apply custom ani... (more…)

Read more »