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