Articles in this series
💡 “So if you want to go fast, if you want to get done quickly, if you want your code to be easy to write, make it easy to read.” -By Robert C....
Let’s first understand 🤔 What is an Array? Quoting from MDN directly. The Array object, as with arrays in other programming languages, enables...
What are objects?? 🧐 An object is a list of items that are stored in the form of key-value pairs. The value stored in the object can be of any valid...