my-thoughts.hashnode.devThe Beginner’s Guide to JavaScript Variables: Storing Your DataImagine you are moving into a new house. You have a bunch of stuff—clothes, books, and kitchen gadgets—that you need to organize. You wouldn't just throw them in a pile on the floor, right? You’d put 4d ago·3 min read
my-thoughts.hashnode.devJavaScript Control Flow: How Your Code Makes DecisionsIn programming, Control Flow is the order in which individual statements, instructions, or function calls are executed. By default, JavaScript reads code from top to bottom. However, we often need our4d ago·3 min read
my-thoughts.hashnode.devJavaScript Arrow Functions: Writing Cleaner, Modern CodeIf you’ve looked at modern JavaScript code recently, you’ve likely seen the => symbol. This is the Arrow Function. Introduced in ES6, arrow functions aren't just a "shorter" way to write functions; th4d ago·3 min read
my-thoughts.hashnode.devMastering JavaScript Array Methods: A Beginner's GuideArrays are the bread and butter of JavaScript. Whether you're building a simple todo list or a complex dashboard, you'll spend a lot of time manipulating lists of data. While you could use a tradition4d ago·3 min read
my-thoughts.hashnode.devCSS Selectors 101: Targeting Elements with PrecisionImagine you’re a photographer at a massive wedding. You have a hundred guests, but you need to give specific instructions to different people. You might shout, "Everyone in a suit, look here!" or "Bride and Groom, tilt your heads," or maybe just "Hey...Jan 29·3 min read