Tired programmer

Report a typo

The programmer worked day and night, so he was tired and forgot how to count the number of milliseconds in 20 days! Help him count and insert the given number as the argument to the Date() constructor.

Write a program in JavaScript
let date = new Date(...) //Insert the number of milliseconds equivalent to 20 days instead of the ellipsis

console.log(date)
___

Create a free account to access the full topic