#objects
Read more stories on Hashnode
Articles with this tag
What is an Object? Almost everything in JavaScript are objects, including arrays. If you try: console.log(typeof []); // output: object So, what...