#frontend-development
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,...