- 
					 JavaScript is a _______________ language.
 
- 
                        
- Object-Based
 - Assembly-language
 - High-level
 - Object-Oriented
 - None of these
 
 
Correct Option: A
JavaScript is not a full-blown OOP (Object-Oriented Programming) language, such as Java or PHP, but it is an object-based language. The criteria for object orientation are the classic threesome of polymorphism, encapsulation and inheritance and JavaScript doesn’t pass this.