JTJohn Tarusintarus.hashnode.dev·Jul 7, 2022 · 5 min readUnderstanding "this" keyword in JavaScript"this" keyword in JavaScript is the most used and also confused by beginner software developers. It results from the fact that this keyword is used in a different way when it comes to JavaScript.It refers to a particular object depending on how it is...00
JTJohn Tarusintarus.hashnode.dev·Apr 18, 2022 · 4 min readuseState Hook ExplaineduseState useState Hook is one of the crucial hooks in React. To build projects comfortably in React, you need to have a solid understanding of the useState Hook. With the introduction of Hooks in React version 16.8, class components are no longer nee...02JS