#javascript
Read more stories on Hashnode
Articles with this tag
Closures in JavaScript, a concept you would never skip before going for a JS interview. If you don't know what this term means, let me brief you on...
In the web world, technologies and functionalities are getting updated rapidly. But that doesn't necessarily mean that our browser is ready to serve...
If you're a JavaScript developer, you might have come across the word "prototype". But have you come across "__proto__"? If yes, ever wondered what's...
Did you know that JavaScript allocates memory to all variables and functions first, even before executing the code? Yes, that's true. And this results...
JavaScript's strict mode, introduced in ECMAScript 5, optimizes code for JS engine, eliminates bad-syntax code, and helps in writing secure...
The behavior of this keyword in different contexts can be very confusing for a JavaScript developer. Here is some must-know information regarding the...