DPDurgesh Pandeyinblog-heyvenom.hashnode.dev·Mar 15 · 5 min readJavaScript Operators: The Basics You Need to KnowFrom Mental Math to JavaScript Operators Imagine you’re checking your marks: You add assignment and exam scores. You compare your total with the pass mark. You might think: “If marks are good and a00
DPDurgesh Pandeyinblog-heyvenom.hashnode.dev·Mar 15 · 7 min readThe Magic of this, call(), apply(), and bind() in JavaScript“Who Am I?” – The Story of this in JavaScript Imagine you are in a classroom. When you say “I am a student”, “I” refers to you. When your friend says “I am a student”, “I” refers to your friend. Th00
DPDurgesh Pandeyinblog-heyvenom.hashnode.dev·Mar 15 · 6 min readFunction Declaration vs Function Expression: What’s the Difference?How A Repetitive Day Turned into a Function Rohan is learning JavaScript and building a tiny “marks calculator” for his classmates. At first, his code looks like this: // calculate total marks three t00
DPDurgesh Pandeyinblog-heyvenom.hashnode.dev·Mar 15 · 5 min readJavaScript Arrays 101From Sticky Notes to Arrays Imagine your desk when you’re planning a movie night. You write each movie suggestion on a separate sticky note: "Inception" "Interstellar" "The Dark Knight" "3 Idiots"00
DPDurgesh Pandeyinblog-heyvenom.hashnode.dev·Mar 14 · 6 min readUnderstanding Object-Oriented Programming in JavaScriptFrom App User Templates to Real Users: Understanding OOP in JavaScript Think about a social media app like Instagram or Twitter. The app doesn’t hard‑code each user separately. Instead, it has a user 00