JavaScript was Scheme and Smalltalk !?!

It seems (according to one guru, but coming from this source, it’s a left-handed compliment) that JavaScript is finally popular. Read more

Similar

JavaScript Party 120: WFH?

With most of us working from home for the first time (or for a long time), we thought it’d be a good idea to share our experiences and opinions on how to manage it. We discuss how to optimize your location, your schedule, your communications, and the rest... (more…)

Read more »

Destructuring in JavaScript

Destructuring assignment is one of the most flexible, simplest feature in modern JavaScript. It's a JavaScript expression that makes it possible to unpack values from Arrays, properties from Objects, or even Function params, into distinct variables. ... (more…)

Read more »