Who uses OOP Javascript and in what circumstance? [closed]

It’s been a long time since I’ve used Javascript heavily. I’m taking a refresher course online and I’m reacquainting myself with OOP Javascript as well as functional. I personally only recall using functional Javascript.

Do you use OOP Javascript? Why do you choose to use that over functional? I’ve read that it’s more typical to use functional, but that OOP can make for cleaner/efficient code. Is it typical in certain jobs to use OOP or is it just a personal preference no matter what you’re coding?