SLShraddha Landgeinexplorewithshraddha.hashnode.dev·Mar 22 · 3 min readJavaScript Promises Explained for BeginnersA Promise in JavaScript is an object that represents a value that will be available in the future. It starts in a waiting state (pending), and later it either gives a result (fulfilled) or shows an er01A
SLShraddha Landgeinexplorewithshraddha.hashnode.dev·Mar 20 · 3 min readUnderstanding the this Keyword in JavaScriptThe this keyword in JavaScript refers to the object that is currently calling or executing a function, acting like a hidden parameter set by the caller. this points to the object calling a function—th00
SLShraddha Landgeinexplorewithshraddha.hashnode.dev·Mar 11 · 3 min readARRAY 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. le00
SLShraddha Landgeinexplorewithshraddha.hashnode.dev·Feb 1 · 3 min readHTML 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...00
SLShraddha Landgeinexplorewithshraddha.hashnode.dev·Jan 30 · 3 min readWorking 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:...00