purakhnath-jyani.hashnode.devControl Flow in JavaScript : If, Else, and Switch ExplainedImagine waking up in the morning and looking out the window. If it's raining, you grab an umbrella. If it's sunny, you reach for your sunglasses. You just made a decision based on a specific condition14h ago·7 min read
purakhnath-jyani.hashnode.devJavaScript Operators: The Basics You Need to KnowHey everyone, I have been continuing my deep dive into JavaScript with our Web Dev Cohort 2026. In my last post, we talked about Variables -> the boxes where we store our data. But having a bunch of l1d ago·6 min read
purakhnath-jyani.hashnode.devUnderstanding Variables and Data Types in JavaScriptHey everyone! I have been diving deep into JavaScript recently as part of Web Dev Cohort 2026, and I realized that while we all rush to build fancy projects, sometimes our basics are a bit shaky. So, 2d ago·6 min read
purakhnath-jyani.hashnode.devCSS Selectors 101: Targeting Elements with PrecisionWe have spent some time learning how to build the structure of our websites using HTML. We know how to create headings, paragraphs, and lists. We even know how to write them quickly(Emmet). But right now, everything looks plain. It is just black text...Jan 28·6 min read
purakhnath-jyani.hashnode.devEmmet for HTML: A Beginner's Guide to Writing Faster MarkupIn the last post, we talked about HTML and how it acts like the skeleton of a webpage. We saw how tags and elements give structure to a page and how everything finally becomes part of the DOM Tree. But while writing HTML, there is one thing every beg...Jan 27·4 min read