HTHarsh Thakkarinharshthakkar.hashnode.dev·Sep 11, 2022 · 4 min readJavascript Interview CheatsheetThis article will contain all about Scope Chaining, CallStack, Single Thread & Code Hoisting. 1. Scope Chaining In order to understand what scope chaining is, we need to start by first understanding what scope is. To answer this question, the scope ...00
HTHarsh Thakkarinharshthakkar.hashnode.dev·Aug 4, 2022 · 1 min readMy Learning Journey | HTML & CSSHTML & CSS are the building blocks of web development and the easiest languages to learn. You can learn the fundamentals of HTML & CSS in a day but to master them, you have to dedicate a few hours daily. It took me a week to fully understand the bas...00
HTHarsh Thakkarinharshthakkar.hashnode.dev·Jul 23, 2022 · 2 min readLearn the Basics of Git in under 5 minutesWhat is Git? Git is a free and open source distributed version control system designed to handle everything from small to very large projects with speed and efficiency created by Linus Torvald, the creator of Linux in 2005. Since 2005, Junio Hamano h...01D
HTHarsh Thakkarinharshthakkar.hashnode.dev·Jul 23, 2022 · 4 min readThe only Markdown Cheatsheet you'll ever need!Introduction Markdown is a lightweight markup language created by John Gruber in 2004. It is regarded as one of the most popular languages that is used to add formatting elements to text documents with easy and simple syntaxes. Markdown doesn't have ...00
HTHarsh Thakkarinharshthakkar.hashnode.dev·Jul 22, 2022 · 3 min readAn In-Depth Guide for CSS PositionsThe CSS Position property is used to set or move our element anywhere on the webpage. There are 5 CSS Positions and they are as follows: Static Relative Absolute Fixed Sticky Here is the HTML for the examples given below: HTML <body> <div class="...00