📚 Practice Mode

DataStage ETL Fundamentals

Learn at your own pace with hints and detailed explanations

1 / 9
Multiple Choice

var expires = new Date(); var Value1 = expires.toUTCString(); var Value2 = expires.toString(); What will Value1, and Value2 contain respectively:

  1. The code will generate a run time error.
  2. undefined, Local Date & Time.
  3. The code will generate a compile time error.
  4. Universal Date & Time, Local Date & Time.
  5. Local Date & Time, Local Date & Time