Backbencher.devNumeric Separators in JavaScriptNumeric separator(_) was introduced to make numbers more readable by creating a visual separation between groups of digits. The separator…Apr 5, 2021Apr 5, 2021
Backbencher.devUnderstand JavaScript Data Types in DepthData Types refer to the ability of JavaScript to identify the type of a value. In JavaScript, a value falls under one of the following 8…Jul 8, 2020Jul 8, 2020
Backbencher.devinWebtipsUnderstand JavaScript Variables In DepthVariables are named memory locations. When we declare a variable in JavaScript, it means that a memory location is allocated to store some…Jul 1, 20201Jul 1, 20201
Backbencher.devinThe StartupCreate React Starter App using React 16, Webpack 4 and Babel 7In a typical React project, we use Babel and Webpack. Babel is used to convert JSX and ES6 to pure ES5 code. Webpack is used as the…Jun 1, 2020Jun 1, 2020