Hiiiiiii there, today I will be sharing a useful JavaScript Tip which you can use to avoid Mutation when dealing with objects. To mutate something is to change it; it is to alter its form. Deleting an Object's property is Mutation Say you have a user...
If you have been in the tech space for some time, you must have probably heard about Web 3.0 and how it's different and 'better' than Web 2.0. But if you are just interested in downloading memes on the internet and doing your work, you might wonder w...
If you have been in the Web Tech space for some time, you are most likely familiar with the banter JavaScript gets. It seems to be the most 'mocked' programming language yet a lot of people use it. The reason for this banter is not far-fetched, in ma...
Hi there, today I will be sharing a tip on shuffling an array in JavaScript. The algorithm we will come up with can actually be implemented in any programming language but I will be doing it in JavaScript. Input Say we are given an array of a primiti...
Let me tell you a secret. I have been interacting with the web for a very long time and I am still fascinated by it today. I used to be just a consumer of the web but now I build things for it too and it's even more fascinating. How does it work? How...
How JavaScript Prototypes work