5.
What are some characteristics and features of JavaScript?
It is a lightweight, interpreted programming language.
It follows object-oriented programming principles.
It supports event-driven programming.
It can be used both on the client-side and server-side.
Correct: A, B, C, D
JavaScript is a lightweight, interpreted programming language that follows object-oriented programming principles. It supports event-driven programming, allowing for interactive elements on web pages. Additionally, JavaScript can be used both on the client-side (in web browsers) and server-side (in server environments).