Search code examples
jqueryoopmethodologyparadigms

jQuery paradigm?


It seems to me that jQuery doesn't seem to be written as an OOP framework, it seems too short, and not verbose enough for that. Am I right in thinking this and if it isn't written as OOP, then what methodology/paradigm are they using?


Solution

  • They use the functional programming paradigm.

    It's tiny, it's straightforward, and it's fast.