LJlaxmi jaishiinlaxmi673.hashnode.dev·Dec 19, 2022 · 4 min readJavaScript Array MethodsWhat is Array An array is an object that can store multiple values in one variable. The array can be represented by a square bracket[]. All the elements in the array can be separated by a comma(,). And the indexing of the array always starts from 0. ...00
LJlaxmi jaishiinlaxmi673.hashnode.dev·Dec 17, 2022 · 7 min readGit and GitHubTABLE OF CONTENTS what is Git? what is GitHub? version control system of Git and GitHub? what is needed for Git and GitHub? What is Git? Git is software for distributed version control, tracking changes in any set of files, usually used for coordinat...00
LJlaxmi jaishiinlaxmi673.hashnode.dev·Nov 25, 2022 · 3 min readCSS GridWhat is CSS grid? CSS grid is a two-dimensional layout model which is used for layout the items in rows and columns. What is CSS Grid use for? CSS Grid Layout excels at dividing a page into major regions or defining the relationship in terms of size...00
LJlaxmi jaishiinlaxmi673.hashnode.dev·Nov 24, 2022 · 3 min readFlexboxFlexbox What is flexbox? Flexbox is the one-dimensional layout model. Which helps to align elements in a row direction or column direction. It gives flexibility to the user interface for responsive web pages. Display Flex By default, the display pro...00
LJlaxmi jaishiinlaxmi673.hashnode.dev·Nov 24, 2022 · 3 min readcss positionsWhat does mean CSS positions? The CSS position defines the position of an element in a document. This property works with the left, right, top, bottom and z-index properties to determine the final position of an element on a page. There are five val...00