Junior — Senior
How is the comparison of two Date objects displayed in console.log
livecode
Task condition
Determine what result will be printed to the console when executing the following code:
console.log(new Date(2000,1,1) == new Date(2000,1,1))
livecode
Task condition
Determine what result will be printed to the console when executing the following code:
console.log(new Date(2000,1,1) == new Date(2000,1,1))