Writes about the confusing parts of React, JavaScript and Front end in general
I am a front end developer from Lagos, Nigeria. Interested in emerging frontend technologies.
I am available for mentoring.
The this keyword in JavaScript is used as a reference to the scope of the current execution context. What this means is that it represents an environment that contains the code that is currently running and everything that aids in it’s execution. Thi...

Object oriented programming is a computer programming pattern that organizes software design around objects and classes rather than function or logic. Objects store data in the form of properties and logic(functions) as methods. Classes are the blue...
