NDnisha dewanganinnishadewangan.hashnode.dev·Sep 11, 2022 · 4 min readJavaScript Interview Question CheatsheetWhat exactly is Scope? Scope refers to the area where an item (such as a function or variable) is visible and accessible to other code. Scope means area, space, or region. Global scope Global space can be accessed from anywhere in a JavaScript progra...00
NDnisha dewanganinnishadewangan.hashnode.dev·Aug 6, 2022 · 3 min readCSS Flexbox PropertiesWhat is CSS Flexbox? CSS flexbox is a one-dimensional layout pattern that makes it easy to design flexible and effective layouts. The use of flexbox ensures that elements are properly placed and are predictable. CSS Flex Container It is used to sett...00
NDnisha dewanganinnishadewangan.hashnode.dev·Aug 1, 2022 · 6 min readGet Started with CSS SelectorSelectors in CSS CSS selectors are used to select any content you want to style. CSS selectors select HTML elements according to its id, class, type, attribute, etc. Selectors make it easy for us to easily target single/multiple HTML elements in the ...01M
NDnisha dewanganinnishadewangan.hashnode.dev·Jul 31, 2022 · 3 min readIntroduction to Git and GitHubWhat is Git? Git is an Open Source Distributed Version Control System. What is GitHub? GitHub is a code hosting service, GitHub is a place where developers store their projects and they work together. GitHub is a living, ever-changing, searchable rec...00
NDnisha dewanganinnishadewangan.hashnode.dev·Jul 31, 2022 · 4 min readMarkdown CheatsheetWhat is Markdown ? Markdown is an easy to use language used to format your text. Use markdown syntax to add bold, italics, tables, lists, links, code blocks to blocks of texts. Heading Heading can be formed in several ways. Text in Single Hash(#) wil...00