Make Your JavaScript Objects More Predictable by Creating Maps
The Problem With Objects
You’re deep into your code, and suddenly you get an error: “Cannot read property x of undefined.” Awww, man.
Most of the time, this means debugging — attacking my code with debugger here, console.log() there. Most of the time...
hasnode.byrayray.dev3 min read