JavaScript Arrow Function On July 13, 2020November 8, 2020 by Amitav Mishra JavaScript Arrow functions were introduced in ES6. The main advantage is, it has shorter syntax.
How to Deep Clone Objects in JavaScript On July 13, 2020November 8, 2020 by Amitav Mishra When we copy an object or array and all the level properties are copied without any reference, then
Working with Immutable data in JavaScrip … On July 13, 2020November 8, 2020 by Amitav Mishra Immutable datas in JavaScript can not change their values. If we change value of objects immutably,
Closures and Lexical Scoping in JavaScri … On July 13, 2020October 23, 2021 by Amitav Mishra Lexical scope means any child’s scope has access to the variables defined in parent’s scope
How to access DOM elements in JavaScript On July 13, 2020November 8, 2020 by Amitav Mishra The DOM allows us to dynamically access and manipulate the HTML contents. There are some built in