JavaScript Modules
Import and Export Explained
Mar 26, 20262 min read1
Search for a command to run...
Articles tagged with #chaiaurcode
Import and Export Explained
What Object-Oriented Programming (OOP) means? As the name suggests, Object-Oriented Programming or OOPs refers to languages that use objects in programming Object-oriented programming aims to implemen

What’s the Difference?
If, Else, and Switch Explained
What this means in JavaScript? The this keyword refers to the context where a piece of code, such as a function's body, is supposed to run. Most typically, it is used in object methods, where this re
What variables are and why they are needed? Variables Variables are named containers used to store a data in memory(ram). Example - let username = "Krish" Here, inside memory at some location (0x001)