AAAZAZ ALIinazazali.hashnode.dev·Dec 26, 2022 · 4 min readArray Methods in JavaScriptIn JavaScript, the type of an array is an object and all the functions in that object(Methods are functions stored as object properties.) are called methods, so we are using some functions inside an object. 1. Push(): If we want to add new elements a...00
AAAZAZ ALIinazazali.hashnode.dev·Dec 13, 2022 · 3 min readCss Selectors And Pseudo-elementsCSS SELECTORS In CSS, we need to select certain elements of HTML, and for that, we use different types of selectors, these selectors let you select individual elements in HTML. If we want to style an anchor tag then we need to select that, if we need...00
AAAZAZ ALIinazazali.hashnode.dev·Dec 11, 2022 · 5 min readIntroduction to Web and HTMLIn our daily life, we use the web so much that whenever we need any information we directly jump into the internet and get the information, but what actually happens when you type something and get the result from the internet? There are many compute...00