376 Views
The "everything is an object" maxim clearly describes just how important objects are in JavaScript. These structures form the basis of the entire language! With that said, I think it's easy to assume that the JS Object API doesn't get the attention it deserves. Think about the ways you usually interact with objects.
0 comments