VKVishal Kumar Guptainthedevpocket.hashnode.dev00Why React Doesn't Touch the Real DOM (And Why That's Genius)1d ago · 7 min read · The Problem Nobody Talks About Every React tutorial start same way . npm create vite@latest , select template and boom - you're writing components passing properties (as we mature 😎 dev. , we say proJoin discussion
VKVishal Kumar Guptainvishudev.hashnode.dev00Object-Oriented Programming in JavaScript: A Complete GuideMar 6 · 4 min read · Object Oriented Programming (OOP) is a style of programming that uses classes and object to represent real world entity , object and that's property(data) and behaviors(methods) . Instead of write scaJoin discussion
VKVishal Kumar Guptainvishudev.hashnode.dev00Arrow Functions in JavaScript: A Simpler Way to Write FunctionsMar 5 · 2 min read · In the JavaScript arrow function is a modern way to write function . What Are Arrow Functions? Simple Definition: Arrow functions = A shorter, cleaner way to write functions using => . Normal FunctionJoin discussion
VKVishal Kumar Guptainvishudev.hashnode.dev00JavaScript Operators: The Basics You Need to KnowMar 5 · 4 min read · Operator is a tools They let you do math , compare values and make decisions . What Are Operators? Operators a symbol that perform action on values // Operator: + 5 + 3 = 8 // Operator: > 10 > 5 = trJoin discussion
VKVishal Kumar Guptainvishudev.hashnode.dev00The Magic of this, call(), apply(), and bind() in JavaScriptMar 5 · 8 min read · What is this keyword - In javascript most confusing topic to understanding this , how this keyword context changes when you use with call() , apply() & apply() . But don't worry i will try to my best Join discussion