NDNIKITA DESHMUKHinnikita15.hashnode.dev·Oct 17, 2022 · 3 min readBasics Of ReactWhat is React? React is an Open-Source JavaScript library providing a view for data rendered as HTML. React is used for building user Interface and Single page application It was developed by Facebook Engineer "Jorden Walke ", React was first deploye...00
NDNIKITA DESHMUKHinnikita15.hashnode.dev·Sep 11, 2022 · 4 min readJavascript Interview cheatsheetWhat is Scope? The scope is the current context of execution in which values and expressions are "visible" or can be referenced. OR Scope determines the accessibility of variables, objects, and functions from different parts of the code. Why Scope i...00
NDNIKITA DESHMUKHinnikita15.hashnode.dev·Aug 27, 2022 · 5 min readArraysWhat is array? An array is a container object that holds a fixed number of values of a single type. The length of an array is established when the array is created. After creation, its length is fixed. Syntax Array declaration syntax is very simple...00