Blog
JavaScript Quirks – Array Slicing Node Lists
For a while many developers, including myself, suggested that Array.prototype.slice() be used to turn any array-like object into an array. Recently, I was alerted to a scenario in which this does not work as expected. Let’s take the following code Read more…