0 votes
in JavaScript by
Which type of JavaScript language is ___

a) Object-Oriented

b) Object-Based

c) Assembly-language

d) High-level

1 Answer

0 votes
by

Answer: B

Reason: JavaScript is not a pure OOP's (object oriented programming) based languages such as PHP, java or many other languages, although it is an object-based language. It is not OOP's based language, because it doesn't have three basic properties of object-oriented programming languages, such as polymorphism, encapsulation, and inheritance.

Related questions

0 votes
asked Dec 2, 2022 in JavaScript by john ganales
0 votes
asked Oct 10, 2022 in JavaScript by SakshiSharma
...