KBKishore Babuincodeadventures.hashnode.dev路Oct 5, 2021 路 2 min readWhat is Use Strict?Intro to 'use strict' JavaScript's strict mode, introduced in ECMAScript 5, is a way to opt into a restricted variant of JavaScript, thereby implicitly opting-out of "sloppy mode". We use a directive "use strict" to enable strict mode in JavaScript....00
KBKishore Babuincodeadventures.hashnode.dev路Sep 6, 2021 路 5 min readArrays in JavaScriptIn this article, we are discussing Arrays in JavaScript along with the arrays we also look into various JavaScript methods used by every developer. Arrays An array is a collection of different data types which are ordered and can be mutated. An array...00
KBKishore Babuincodeadventures.hashnode.dev路Sep 3, 2021 路 3 min readJavaScript - Clean Code PracticesWriting Clean Code Why do we need to write clean code? One might code alone but at a point, they might have to work with a team. We might think it doesn't matter in any way we write the code as long as it running however when we are working with a te...00