HSHarshit Sharmainharshitsharma1835.hashnode.dev00Understanding HTML Tags and Elements3d ago · 2 min read · Hi guys, in this blog, we will learn about HTML tags and elements. So let's begin. What HTML is and why we use it HTML stands for Hypertext Markup Language. HTML is the standard language used to creatJoin discussion
SAShahbaz Ahmedindebunking-js.hashnode.dev00Spread vs Rest Operators in JavaScript3d ago · 6 min read · What are Spread (...) Operators? The spread (...) syntax allows an iterable, such as an array or string, to be expanded in places where zero or more arguments (for function calls) or elements (for arrJoin discussion
HSHarshit Sharmainharshitsharma1835.hashnode.dev00How a Browser Works: A Beginner-Friendly Guide to Browser Internals4d ago · 4 min read · Hello folks, In this blog, we will learn about the browser internals - How a browser works and its differnet functions. SO, let's begin. What a browser actually is (beyond “it opens websites”) So, theJoin discussion
KKKartik Kumarinjavascript-kartik.hashnode.dev00Error Handling in JavaScript: Try, Catch, Finally4d ago · 3 min read · What is an error An error is a problem or mistake that breaks the execution flow of our program. Types of Errors Syntax errors - It is code syntax mistakes in the code. The program will not compileJoin discussion
SKsagar kembleinblog.sagarkemble.dev00Template Literals in JavaScript6d ago · 5 min read · Template literals were introduced in ES6 to solve a very painful problem in JavaScript , which we will understand in this blog. We’ll also explore the use cases of template literals and see how taggedJoin discussion
HSHarshit Sharmainharshitsharma1835.hashnode.dev00How DNS Resolution WorksMar 28 · 3 min read · In the previous blogs, we have already learnt basic things about DNS. In this blog, we will learn about How DNS resolution works. SO let's begin... What is DNS DNS stands for Domain name server. It isJoin discussion
HSHarshit Sharmainharshitsharma1835.hashnode.dev00TCP Working: 3-Way Handshake & Reliable CommunicationMar 27 · 4 min read · We have already learnt that what is TCP, its features, advantages, and disadvantages also in the previous blogs. In any case you have missed that, go and read them first. So, let's begin. What is TCP Join discussion
SShayintoddlerstech.hashnode.dev00Understand 'this' like never beforeMar 26 · 2 min read · i am sure you have used this in you daily life to point something so that others can know what are you talking about . if you have this understanding then you are good to go . the definition goes as -Join discussion
HSHarshit Sharmainharshitsharma1835.hashnode.dev00DNS Record Types ExplainedMar 24 · 3 min read · In this blog, we will learn about DNS and its different records. So, first understand what DNS is.. DNS DNS stands for Domain name system. It is like a phonebook of the internet. Domain name system isJoin discussion
NSNishant Singhinnishantcode.hashnode.dev00Control Flow in JavaScript: If, Else & Switch ExplainedMar 22 · 7 min read · Learn how JavaScript makes decisions — from simple if checks to powerful switch statements — with real-life analogies, diagrams, and working code examples. 01.What is Control Flow? Imagine you wake upJoin discussion