tejasdevcodes.hashnode.devControl Flow in JavaScript: If, Else, and Switch ExplainedLet’s think about a real-life situation.You just passed your 10th standard. Everywhere you go, people ask you one simple question:“What’s next?” Now you can't decide and you go your teacher and teache7h ago·6 min read
tejasdevcodes.hashnode.devJavaScript Operators: The Basics You Need to KnowJavaScript operators are special symbols that help your program calculate values, compare data, and make decisions. Without operators, your code cannot think or perform actions. Why we need Operators 1d ago·4 min read
tejasdevcodes.hashnode.devHow DNS Resolution Works (From google.com to the IP address)1. Why DNS Exists I ask you one question: how many mobile numbers do you remember? Hardly one or two, right? But you remember the names. Whenever you need a number, you search in your phonebook—type “Rohit,” and the phonebook gives you the number. Th...Jan 30·4 min read
tejasdevcodes.hashnode.devCSS Selectors 101: Targeting Elements with Precision1. Why CSS Selectors Are Needed Imagine you are in a classroom and you say: “Everyone, stand up.” All students stand up. Now you say: “Only boys, stand up.” Only a specific group stands up. This is exactly what CSS selectors do. Your webpage has many...Jan 30·2 min read
tejasdevcodes.hashnode.devHow a Browser Works: A Beginner-Friendly Guide to Browser InternalsHow a Browser Actually Works (Beyond “It Opens Websites”) We use browsers every day. Chrome, Firefox, Edge.We open them, type a URL, and a website appears. But have you ever stopped and asked: “What actually happens after I type a URL and press Enter...Jan 30·4 min read