KVKarka Vishwanath Reddyinvishwanathreddy.hashnode.dev·Nov 20, 2022 · 2 min readCSS Pseudo-classes &SelectorsIt's a way to style and based on the change in the state like : hover , : focus ,:active not only that there are few more let us discuss it in this article : focus Let perform all the CSS selectors on HTML <div> This is div </div> <span> This is s...00
KVKarka Vishwanath Reddyinvishwanathreddy.hashnode.dev·Sep 9, 2022 · 2 min readArray in javascriptIn this article, we will be discussing arrays in javascript and their methods. In simple words, an array is a collection of different items or different datatype stored under a common name Array in javascript is literally an easy way to create an...00