explorewithshraddha.hashnode.devARRAY METHODSArray is an important topic in JavaScript. An array is a collection of multiple values stored in a single variable. It helps us store and manage many items like numbers, names, or objects together. le1h ago·3 min read
explorewithshraddha.hashnode.devHTML Tags and ElementsWhat is HTML and Why Do We Use It? Full Form: HTML [Hyper Text Markup Language] It’s called as skeleton of website. It is the standard language used to create webpages. It gives structure to the content you see on the internet. Without HTML, a browse...Feb 1·3 min read
explorewithshraddha.hashnode.devWorking of Browser“What happens after I type a URL and press Enter?” We use browser almost every day like we open chrome and type URL then enters and website opens. But what happens between pressing enter and seeing pixel on screen ? When we type something like https:...Jan 30·3 min read
explorewithshraddha.hashnode.devHow DNS Resolution WorksWhat is DNS and why name resolution exists The problem is, Computer does not understand human language or names like google.com. They only understand numbers i.e. IP addresses like 23.45.65.45. When we type google.com in browser then it is converted ...Jan 27·3 min read
explorewithshraddha.hashnode.devTCP WorkingWhat is TCP and why it is needed? TCP (Transmission Control Protocol) is a communication rule that helps devices send data reliably over the internet. When you open the website and send the msg, or download any file , at that time the data is broken ...Jan 26·4 min read