Software developer writing to think clearly about code, systems, and real-world tradeoffs.
Nothing here yet.
Mar 14 · 4 min read · Functions are one of the most important concepts in JavaScript. They help you organize code, avoid repetition, and make programs easier to maintain. This guide explains what functions are, why we use
Join discussion
Mar 14 · 5 min read · JavaScript’s this keyword often feels confusing at first. The easiest mental model is simple: this refers to the object that is calling the function. If you remember this rule, most behavior becomes p
Join discussion