- Functions
- Objects
- JavaScript
Object Destructuring
Object Destructuring – how to simplify code
1 min read
AKAram Khachatryan
130
Everything I have written, newest first.
73 articles
Tagged “javascript” ✕Object Destructuring – how to simplify code
How Promises work, why async/await is more readable
Scope, Closure and Lexical Environment
How the JavaScript Event Loop Works
In this article, we will explore how closures work in async code.
Although closures are a powerful tool, they can sometimes cause memory leaks.
Closure is a very important and powerful concept in JavaScript.
this and bind/apply/call methods in object context in JavaScript
Object property descriptors in JavaScript (writable, enumerable, configurable)