PPrakashinblog.prakashtsx.me00Understanding Objects in JavaScript5d ago Β· 10 min read Β· If you've been learning JavaScript, you've likely used Arrays to store lists of data. But what happens when you need to describe something more complex β like a person, a car, or a laptop? An array liJoin discussion
PPrakashinblog.prakashtsx.me00How Node.js Actually WorksMar 10 Β· 6 min read Β· When people start learning Node.js, they often hear statements like: Node.js is single-threaded Node.js is non-blocking Node.js uses an Event Loop But what actually happens inside Node.js when weJoin discussion
PPrakashinblog.prakashtsx.me00Understanding Object-Oriented Programming in JavaScriptMar 10 Β· 4 min read Β· β€ Object-Oriented Programming (OOP) is a programming paradigm used to structure code in a way that models real-world entities. Instead of writing scattered functions and variables, OOP helps us organiJoin discussion
PPrakashinblog.prakashtsx.me00Control Flow in Programming (JavaScript)Mar 6 Β· 5 min read Β· 1. Introduction: What is Control Flow in Programming? Imagine a normal day in your life. You wake up and think: If it is morning, I will brush my teeth If it is Sunday, I will rest If it is Monday,Join discussion
PPrakashinblog.prakashtsx.me00JavaScript Promise MethodsMar 1 Β· 5 min read Β· Welcome to the world of JavaScript! If you have ever promised a friend you would call them back, you already understand the logic of a Promise. In programming, things often take time like downloading Join discussion