Multiple choice javascript

Which of the following correctly describe JavaScript as a language?

  1. It is based on object creation

  2. It focuses on component building

  3. It focuses on logic flow

  4. It emphasis on SCRIPTING

Reveal answer Fill a bubble to check yourself
D Correct answer
Explanation

JavaScript is primarily a client-side scripting language designed for web browsers, hence its emphasis on SCRIPTING. Unlike compiled languages focused on object creation or component building, JavaScript's main purpose is adding interactivity to web pages through scripts.