Created
June 12, 2018 18:17
-
-
Save selbekk/cbf709e9d0c07ecf66dc4aa222f1997d to your computer and use it in GitHub Desktop.
Not even cool bruh
This file contains hidden or 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 myBirthday = new Date('1987-07-22'); | |
const myPartnersBirthday = new Date('1988-06-08'); | |
const together = myBirthday + myPartnersBirthday; | |
// "Wed Jul 22 1987 02:00:00 GMT+0200 (CEST)Wed Jun 08 1988 02:00:00 GMT+0200 (CEST)" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment