#frontend-development
Read more stories on Hashnode
Articles with this tag
Shallow Copy Whenever we create a copy of an object, we are not only copying the values inside the object but also all the memory reference to that...
Simple definition for closure in javascript will be inner function having access to its outer function scope. Let's try to understand this with a...
What is Javascript? Before deciding if you should learn javascript or not lets first understand few things about javascript. Javascript is a...