Mon Mar 25 2024
The Scope Chain sounds like the name of a '90s grunge band, but it actually relates to the way scope works in JavaScript. If you don't understand it, it might bite you in the backside!
In JavaScript, most people know how to pop or slice their array like any good mad scientist. Here I will cover a few array methods that are worth a look!
Anybody who's studied Object Oriented Programming has or at least should have learned about SOLID principles. But even if Object Oriented isn't your bag, you'll find wisdom in SOLID.