eDreams ODIGEO Interview Question

Can you name two programming paradigms important for JavaScript app developers?

Interview Answer

Anonymous

Aug 11, 2017

Prototypal inheritance (also: prototypes, OLOO). Functional programming (also: closures, first class functions, lambdas).

1