RSRajnish sharmainrajnisharena.hashnode.dev·Oct 12, 2022 · 7 min readLearn React BasicsHow react works Before we start to understand about react we should be learn more about node js and javascript dom manipulation to get an Idea how the virtual dom and Id will work. ok so excited to get learn react , my first question is where does re...00
RSRajnish sharmainrajnisharena.hashnode.dev·Sep 11, 2022 · 7 min readJavascript Interview Preparing CheatsheetJavascript is a most popular scripting language with frameworks and libraries like react and angular its popularity has grown, Javascript is one of the most common scripting language that is required for a full-stack developer, keeping this popularit...00
RSRajnish sharmainrajnisharena.hashnode.dev·Aug 27, 2022 · 3 min readArrays in JavaScriptIn JavaScript, an array is an ordered list of values. Each value is called an element specified by an index. An array is an object that can store multiple values at once. For example, const words = ["India", "Sweden", "Norway", "Iceland"]; Here, word...00
RSRajnish sharmainrajnisharena.hashnode.dev·Aug 11, 2022 · 3 min readQuick overview of the Markdown syntaxNow a days markdown is going very famous and If you don't know what is markdown and why you should use it then lets understand overview syntex The best example is github, as we know whenever will upload repo or any other other folders on github, we h...00
RSRajnish sharmainrajnisharena.hashnode.dev·Aug 9, 2022 · 5 min readCSS Flexbox Cheat SheetCSS together with flexbox is one of the most important css layout module and In my experience I actually use flexbox even more than css grid. so you could even say this is the most important layout module in css Let's quickly go for it and look at s...00