My immersion into the world of JavaScript began during a time of great flux for
databases. The emergence of document-based, key-value, and graph databases
(among a variety of others), all providing specializations based
Synopsis: We seek to understand the Set object in JavaScript.
--------------------------------------------------------------------------------
The Set object in JavaScript is a data structure that allows you to store only
unique primitives (or ECMAScript Language types) or
Synopsis: As part of a new "Starting JavaScript Right" series: We discuss what a
specification is, why a specification is helpful and how to practically
implement writing specifications for your code