Last active
May 31, 2022 00:42
-
-
Save mcsee/e86fe7a699dd825c3f238c6073b5e7ea 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
<? | |
new Date(31, 02, 2020); | |
1 + 'Hello'; | |
!3; | |
// Valid on most languages |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment