Programming paradigms
Objectives
Easy to understand
Easy to extend
Easy to maintain
Memory efficient
DRY (Do not repeat yourself)
JavaScript is a multi-paradigm programming language.
Among these, we'll discuss Object-Oriented Programming and Functional Programming.
Last updated
Was this helpful?