KKkhizer khaninkhizerkhan.hashnode.dev·Jun 8, 2022 · 3 min readWhat are CSS Pseudo-elements?When I was learning web development I used to write simple HTML and CSS. But after some time I came across some inbuilt CSS tricks which will make our life easy without writing javascript logic just to get some styling. In this blog, I will cover CSS...00
KKkhizer khaninkhizerkhan.hashnode.dev·Jun 1, 2022 · 4 min readCookies v/s Local Storage v/s Session StorageIntroduction In this blog, I'm gonna discuss about cookies and browser storage (local and session). By the end of this blog, you will learn the advantage and overview of browser storage. Before we go any further I want you to know why we need cookies...01K
KKkhizer khaninkhizerkhan.hashnode.dev·May 30, 2022 · 8 min readuseful array method in javascriptWe all use arrays in programming languages but do you know javascript provides a lot of inbuilt methods so that we don't have to write nested for loops just to traverse through an array. Let's explore some of the useful methods which make our life ea...01R