3 posts tagged "JavaScript"
view all tagsClosure in JavaScript Explained - Esoteric JS Part 3
Disclaimer: This post has got highly inspired by the JS Hard Parts Video series from Will Sentence. Hi, today I want to write about a very…
September 25, 20213 minsHoisting in JavaScript - Esoteric JS Part 2
Hello 🐝 Today I want to talk about a concept in JavaScript which you should keep in mind because it is one of those “magical” features…
September 23, 20212 minsHigher Order Functions Explained - Esoteric JS Part 1
TL; DR: HOFs (Higher Order Functions) allow you in JavaScript to take in a function as a parameter or return a function. The function as a…
August 10, 20213 mins