#javascript
Read more stories on Hashnode
Articles with this tag
If you have written js code for sometime then you have definitely come across something called "setTimeout()". It's quite a simple function, takes in...
What exactly is deep or shallow copy? According to the MDN docs, Deep copy A deep copy of an object is a copy whose properties do not share the...
So what exactly are these “keys”? At its very core a key is nothing but a unique identifier to your element. It’s the same as how a student has a roll...