Multiple choice

The default data type in a VBScript is

  1. variant

  2. voriant

  3. var

  4. varient

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

VBScript's default data type is 'variant', which can hold any type of data. The other options are misspellings: voriant (typo), var (JavaScript-like), varient (misspelled). The correct answer is A (variant).