Cursed Knowledge: JavaScript Arrays Are Objects

My friend Ethan recently wrote a blog post on cursed commands. Chris shared with me that Immich has a page on their site called cursed knowledge, and it looks like this has started a trend. I’ve seen my fair share of the dark arts in programming, so I’ll … Read more

Similar

State of JavaScript with Sacha Greif (podcast)

http://traffic.libsyn.com/sedaily/StateofJavascript.mp3Podcast: Play in new window | Download JavaScript is moving so fast. It’s not easy to keep up with all of the frameworks, build tools, and packages. No other language spans frontend to backend, mobile... (more…)

Read more »

JavaScript Closures

A closure is the combination of a function bundled together (enclosed) with references to its surrounding state (the lexical environment). In other words, a closure gives you access to an outer function’s scope from an inner function. In JavaScript, closu... (more…)

Read more »