SMSyed Mohd Abbasinjavascript-by-abbas.hashnode.dev·Oct 10, 2023 · 2 min readYou don't know array in javaScripthttps://www.youtube.com/watch?v=ZRS485LxX0s&t=83s "Ever wondered why 'holes' can be quite expensive in JavaScript" When we work with JavaScript arrays, it's common to think of them as straightforward data structures. But beneath the surface, there'...00
SMSyed Mohd Abbasinabbas.hashnode.dev·Mar 4, 2023 · 3 min readArrays and it's MethodIt is a collection of items with the index number Arrays are variables that can hold more than one value [], we can access the values present in the array by variable name(Index_no), and we have different properties to do work like variable_name.leng...00
SMSyed Mohd Abbasinabbas.hashnode.dev·Nov 16, 2022 · 1 min readAll You Need To Know About Css SelectorsThe easy way to target an html file by selectors there are multiple types of Css selectors the most popular ones are universal selectors class selectors id selectors and selectors sibling selectors child selectors so now let talk about universal se...00
SMSyed Mohd Abbasinabbas.hashnode.dev·Jul 19, 2022 · 2 min readPositioning in CSSPosition are types 1. Static (default) 2. Relative 3. Absolute 4. Fixed 5. Sticky static are by default in nature nothing much will happen on it just be on default position on the page Relative positioning allow us to use top, bottom, left, ri...00
SMSyed Mohd Abbasinabbas.hashnode.dev·Jul 19, 2022 · 1 min readSelectors in CssCss selectors are use to find the element whose property will be set css selectors are used to target html elements selectors make it easy for us to easily target single/multiple HTML elements in markup there are 4 kind of selectors css element s...00