Multiple choice technology programming languages

Which of the following programming languages is a dialect of ECMAScript?

  1. ActionScript

  2. AppleScript

  3. PostScript

  4. VBScript

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

ActionScript is a dialect of ECMAScript, the standardized scripting language specification. JavaScript is the most well-known ECMAScript implementation, but ActionScript (used in Adobe Flash) was also built on the ECMAScript standard. The other options are not ECMAScript dialects: AppleScript is Apple's native scripting language, PostScript is a page description language, and VBScript is Microsoft's Visual Basic scripting language.