Created
January 1, 2021 15:46
-
-
Save shahab570/f6343800e137d988d72ef6257662961a to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
const x = new Date(...[2019, 15, 6]); | |
console.log(x); //script.js:39 Mon Apr 06 2020 00:00:00 GMT+0600 (Bangladesh Standard Time) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment