learnwithshreyas.hashnode.devArray Methods You Must KnowArrays are the most important topic in the JavaScript. Arrays store multiple values in a single variable, and JavaScript provides many built-in methods to work with arrays easily. In this article, we 3d ago·5 min read
learnwithshreyas.hashnode.devDNS Record TypesHow does a browser know where a website lives? When you type www.google.com into your browser, your computer has a one problem: Computers don’t understand names like google.com. They only understand numbers called IP addresses (like 142.250.190.14). ...Jan 30·3 min read
learnwithshreyas.hashnode.devEmmet for HTML:At start learning HTML, everything feels manageable. We write one tag.Then another.Then we suddenly realize most of our time is spent typing the same structure again and again. <div> <div> <p></p> </div> </div> As a beginner, this slow proce...Jan 30·4 min read
learnwithshreyas.hashnode.devHow a Browser WorksWhat happens after you type a URL and press Enter? When we type the website addresses like www.google.com and press enter , a lot of thinks happens behind that. The browser doesn’t just open a website. It talks to servers, reads files, builds structu...Jan 29·3 min read
learnwithshreyas.hashnode.devHTML Tags and ElementsWhat HTML is and why we use it HTML is a Markup language use to structure the content on the web , it is not a Programming language . HTML tells the browser :- What the content (heading, paragraph, image, link, form, etc.) How that content is organ...Jan 27·2 min read