Almost Everything in JS is an Object
Term side of the Card
Topic: Basics
Unit title: Almost Everything in JS is an Object
Categories: Concept
Explanation side of the Card
Explanation: In JavaScript, most entities like arrays, functions and even `null`, are treated as objects. This means they can store data as properties and perform actions using methods.