DEV Community

Discussion on: What's your thought about pseudoclassical OOP in JS?

Collapse
 
savagepixie profile image
SavagePixie

Sorry for the late reply, I had somehow missed this.

Yes, I have used object literals in JavaScript. I have also coded in an OOP paradigm with php. As Avalander said, they're different things. An object literal is a list of name-value pairs. OOP is a programing paradigm based on objects.