Community

Looking At Prototypal Inheritance To Determine Data Types In JavaScript

(Ben Nadel) Yesterday, I was working on some JavaScript that needed to execute slightly different actions when a given value was either an Object or an Array. Typically for this, I would use something like Underscore.js or Lodash.js, which converts the value to a String and looks at the result; but,

Read More - Register for Free Membership