Vanilla Javascript
splice method in javascript
The splice() method in JavaScript is a powerful array method used to change the contents of an ...
object.freeze in javascript
Object.freeze() in JavaScript is a static method that freezes an object, making it immutable. T...
findindex method in javascript
The findIndex() method in JavaScript is an Array method that returns the index of the first ele...
throttling and debouncing in javascript
Debouncing and throttling are techniques in JavaScript used to optimize performance by controll...
difference between call bind apply
In JavaScript, call, apply, and bind are methods used to control the this context within a func...
flattening array in js
In JavaScript, flattening an array means converting a nested array (an array containing other a...
Angular vs Angularjs
AngularJS (or Angular 1.x) and Angular (versions 2 and above) are both Google-developed front-end...
javascript debugging tools
The primary JavaScript debugging tools are the built-in browser developer tools, which include a ...
vanilla javascript
Vanilla JavaScript refers to the use of core JavaScript language features and browser APIs with...