#javascript
Read more stories on Hashnode
Articles with this tag
In JavaScript, all functions are object methods. If a function is not a method of a JavaScript object, it is a function of the global object. We can...
First-Class and Higher-Order Functions About a fundamental property of the JavaScript language, which is the fact that it has first-class functions....
Primitive types are immutable, objects only have an immutable reference, but their value can change over time. By understanding the storing of data in...
About the 'this' keyword in javascript. 'this' keyword/variable: It is a special variable that is created for every execution context (every...