ACAni Chukwuebukainrichjs.hashnode.dev·Sep 26, 2022 · 4 min read“This” in javascriptThis is one term that confuses beginners in javascript. And this is because the value of "this" changes , according to how it is used. "This" in javascript refers to an object. But how do you know which object it refers to ? If used in a method in an...00
ACAni Chukwuebukainrichjs.hashnode.dev·Sep 26, 2022 · 4 min readDo You Know How React Works?HOW REACT WORKS React is javascript library for building interactive user interfaces using reusable components. It enables you to divide your UI into smaller parts called components that you can work on separately. Each component maintains its own st...00