KKKapil Kharerainkapilkharera.hashnode.dev·Sep 11, 2022 · 3 min readJavaScript Interview Preparation Cheat sheetToday we are going to learn about the Scope, Hoisting, Call Stack and JavaScript as a Single Threaded language. After reading this article you have a basic understanding of these concepts. Lets get start. What is Scope ? A scope of variable tell us w...00
KKKapil Kharerainkapilkharera.hashnode.dev·Jul 29, 2022 · 3 min readCss SelectorsHello to everyone I know selecting the right selector for an element is little bit tricky . But believe me once you understand the concept , it's like a piece of cake for you . Just keep in your mind , it is a journey not a one day workshop . So as ...00
KKKapil Kharerainkapilkharera.hashnode.dev·Jul 29, 2022 · 3 min readGit Cheat SheetA few basic terms which help to understand git commands . repository It keeps all your project’s files, including commits and branches. branch It is a copy of the repository holding the specific version. The main branch in git is master. commit It ...00
KKKapil Kharerainkapilkharera.hashnode.dev·Jul 29, 2022 · 3 min readMarkdown Cheat SheetWhat is Markdown and Why we use it ? It is a lightweight markup language that you can use to add formatting to your plain text . To create a markdown file we use .md extension . Some Basic syntax of Markdown : Note->Here we talk about the best practi...00
KKKapil Kharerainkapilkharera.hashnode.dev·Jul 29, 2022 · 3 min readCSS PositionsPosition of a element in a page layout is very important and it make our webpage more beautiful . There are many ways to set an element in the page layout and CSS Position property is one of them . So today we'll discuss about position property and...00