📄️ - Call, Apply & Bind
In JavaScript, apply, call, and bind are methods available to all functions. They allow you to explicitly set the value of this when invoking a function. Here’s a breakdown of how they work:
📄️ - Iterator
An iterator in JavaScript is an object that allows you to traverse through a collection (like an array, string, or custom data structure) one element at a time. It follows a specific protocol called the iterator protocol.
📄️ - Getters & Setters
1. Description
📄️ - Strict Mode
1. What is Strict Mode?
📄️ - Prototype
tldr;
📄️ - valueOf
Description
📄️ - FinalizationRegistry
Description