GNGautam Nathingautamnath.hashnode.dev路Sep 10, 2022 路 2 min readJavaScript Interview Preparation CheatsheetScope The scope can be termed as limitations and availability on how values and expressions can be referred to or accessed. If variable or expression is not in the current scope, they won't be available to use. Scopes are Layered in Hierarchy Chil...00
GNGautam Nathingautamnath.hashnode.dev路Aug 27, 2022 路 5 min readJavaScript Array methods in easy wayJavaScript(JS) arrays are resizeable and could contain different data types in a single array. The indexes as in many programming languages can be accessed using non-negative integers as indexes. Remember: The first element is always at index [0] fol...00
GNGautam Nathingautamnath.hashnode.dev路Aug 8, 2022 路 1 min readAdd / Manage multiple Git Accounts - 2 StepsIf you already have a git account added to your local system and are facing an issue with pushing your changes to the newly created git account. Just Follow the below steps and wallah we are done Open Git Bash 1.) Navigate to the ssh folder on your...00
GNGautam Nathingautamnath.hashnode.dev路Jul 23, 2022 路 2 min readGit Bash Basics CHEAT SHEET with imagesGit makes it stand apart when it comes to the branching model. Let's Quickly Configure the most important and commonly used Git commands for easy reference. SETUP (once for any new device): Git for All Platforms install git from https://git-scm.com/...00
GNGautam Nathingautamnath.hashnode.dev路Jul 23, 2022 路 2 min readMarkdown Cheatsheet for you 馃Let's Get to the Code with steps to create a professional guideline about your repos on Git. Input: [My Project]('http://google.com') - A new era of web *** //creates underline Output: My Project - A new era of web Let's set some Guidelines ## G...00