Gaurav Singh·Jul 12, 2021👨💻UNICODE EXPLAINED in 3 Mins ⏰USING VISUAL ARTICLE 📊👨💻UNICODE EXPLAINED in 3 Mins ⏰USING VISUAL ARTICLE 📊
Gaurav Singh·Jun 29, 2021Why 0.1 + 0.2 == 0.3 is false in JS? Mystery Unsolved With SolutionJS follows a 32-bit floating point representation for numbers. Out of 32 bits : 1 is sign bit(number is negative if the value is 1), 8…A response icon2A response icon2
Gaurav Singh·Jun 27, 2021React Component Types(Latest)To define a component, React provides us two JS syntax : Function Based Component and Class Based Component.
Gaurav Singh·May 8, 2019What does Linting and Beautifying(Prettifying) the front end code mean???Lint or Linter is a tool that that analyzes source code to flag programming errors, bugs, stylistic errors and suspicious constructs.
Gaurav Singh·Mar 23, 2019Prevent modification of object in JavaScriptECMAScript 5 introduce several methods to prevent modification of object which lock down object to ensure that no one, accidentally or…
Gaurav Singh·Mar 23, 2019Being InterviewerInterview word always sounds exciting and nervous at the same time. Interviews are very important learning lesson of our life whether we…