What is an Object? Almost everything in JavaScript are objects, including arrays. If you try: console.log(typeof []); // output: object So, what are objects? Object is a collection of properties (key value pairs). Let's look at the different when ...
3 min read
2 min read
1 min read
4 followers
A tech enthusiast and an educator believes that everyone can be a self-taught developer.