I’ve been doing more backend NodeJS programming recently and I was pleasantly surprised to discover something new about a programming language I’ve been using for for over 20 years. Although, to be fair, the callback syntax I was asking about
callSomeFunction(function heyLookANameForMyFunction(){
});
wasn’t valid in every browser for much of those 20 years. Also, I wasn’t ready for how pleasant it would be writing javascript and not having to worry about every browser invented since time immemorial. Something something old dog, tricks, etc.