Multiple choice

Which one of the following is the default scripting language on a client's side?

  1. Java Script

  2. ASP Script

  3. VB Script

  4. None of these

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

JavaScript is the universal default scripting language for client-side web development. It runs natively in all browsers. ASP Script is server-side (classic ASP). VBScript only worked in Internet Explorer and is now obsolete. JavaScript remains the standard for client-side interactivity.