var expires = new Date(); var Value1 = expires.toUTCString(); var Value2 = expires.toString(); What will Value1, and Value2 contain respectively:
Reveal answer
Fill a bubble to check yourself
var expires = new Date(); var Value1 = expires.toUTCString(); var Value2 = expires.toString(); What will Value1, and Value2 contain respectively: