- Classes
- Functions
- JavaScript
Methods of constructing objects
Object construction methods in JavaScript
2 min read
AKAram Khachatryan
10
10 articles about Functions, newest first.
Object construction methods in JavaScript
IIFE (Immediately Invoked Function Expressions) – Why was this needed and why we hardly use it now
Spread vs Rest operators – how and when to use them
Object Destructuring – how to simplify code
Scope, Closure and Lexical Environment
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
What is Closure in JavaScript.