Explore a world of knowledge and get your questions answered on IDNLearn.com. Find reliable solutions to your questions quickly and easily with help from our experienced experts.

Which programming paradigm does the programming language JavaScript follow?
A. procedural programming
B. object-oriented programming
C. functional programming
D. Imperative programming​


Sagot :

Answer:

It is a prototype-based, multi-paradigm scripting language that is dynamic, and supports object-oriented, imperative, and functional programming styles. JavaScript runs on the client side of the web, which can be used to design / program how the web pages behave on the occurrence of an event.

Its not functional programming (sorry)