RSRishikesh Shindeinblog.rdshinde.com·Sep 24, 2023 · 3 min readUse of Javascript Closures in React AppIntroduction Picture yourself enjoying your favourite latte at a coffee shop. Sitting at a corner table, you overhear two friends having a conversation. One of them shares a confidential secret with the other and asks them to keep it to themselves. L...00
RSRishikesh Shindeinblog.rdshinde.com·Oct 17, 2022 · 3 min readEvent Delegation in JavascriptIntroduction In layman's language, event delegation can be defined as a way to add an event listener to multiple elements with the help of parent elements. Let’s take an example in real life. We often hear the news that this country's delegation went...00
RSRishikesh Shindeinblog.rdshinde.com·Sep 3, 2021 · 3 min read== Vs === in Javascript.Many times people coming from a different programming language background get confused between == and === operators that we use in JavaScript. This also happens with != and !== operators also. So by the end of this post, you will be able to explain t...00
RSRishikesh Shindeinblog.rdshinde.com·Sep 2, 2021 · 7 min readHow do we define JavaScript?On the internet, we come across many definitions of JavaScript. But today we are going to define JavaScript differently. I want to start with a definition that you might have learned, where it says that, JavaScript is a high-level, object-oriented...01R
RSRishikesh Shindeinblog.rdshinde.com·Sep 1, 2021 · 4 min readWhat is DOM and DOM manipulation?Before we see why the DOM manipulation is not a javascript. Let's first understand DOM and DOM manipulation. What is DOM? DOM stands for document 'Document Object Model'. It is a structured representation of an HTML document that allows javascript ...01R