Data Types

VBScript: Variant

Sub-Types

Boolean, Byte, Integer, Long, String, etc.

JScript: Loosely Typed

 

Variables

    • Globals Supported
    • Declaration Not Required

 

JScript Objects

Array, Boolean, Date, String, etc.

 

Functions Also Supported