#javascript
Read more stories on Hashnode
Articles with this tag
What's a prototype and why we need it? In layman terms, a prototype is a rudimentary model from which efficient versions of that model is built.But...
Why we need "this" for? The keyword "this" allows a function to be reused. It informs the function of the context in which it should run. As a result,...
One of the most fundamental concepts in javascript is Execution Context. It enables developers avoid bugs and makes them more competent if they have a...