📚 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:
- The code will generate a run time error.
- undefined, Local Date & Time.
- The code will generate a compile time error.
- Universal Date & Time, Local Date & Time.
- Local Date & Time, Local Date & Time