subhrangsu.hashnode.devControl Flow in JavaScript: If, Else, and SwitchIn the previous blog of this JavaScript series, we explored JavaScript Operators: The Basics You Need to Know and learned how operators help us perform calculations, comparisons, and logical checks. B20h ago·5 min read
subhrangsu.hashnode.devJavaScript Operators: The Basics You Need to KnowIn the previous blog of this JavaScript series, we learned about Variables and Data Types — how JavaScript stores information. Now the next question is: How do we actually work with those values? Th20h ago·4 min read
subhrangsu.hashnode.devUnderstanding Variables and Data Types in JavaScriptIf you're starting your JavaScript journey, one of the first concepts you'll encounter is Variables and Data Types. They are the foundation of everything in programming — from storing a user's name to1d ago·7 min read
subhrangsu.hashnode.devJavaScript Promises — Office Chai Edition (States, Methods & Event Loop)JavaScript Promises are one of the most misunderstood yet essential features in modern JavaScript development. Most articles explain the syntax. Very few explain: Why Promises exist How they actuall5d ago·7 min read
subhrangsu.hashnode.devCSS Selectors 101: Targeting Elements with Precision (Advanced Guide)CSS is not about colors and fonts. CSS is about selecting the right elements and applying the right rules to them. If you understand selectors deeply, you gain control over layouts, components, responsiveness, and performance. If you don’t — CSS feel...Jan 29·5 min read