Last active
May 3, 2019 01:01
-
-
Save gnjo/e7e60517b075da7a3271afa6c1d08020 to your computer and use it in GitHub Desktop.
type check
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
body{ | |
background:black; | |
color:white | |
} |
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
document.body.dataset.y='yyy' | |
console.log('yyy') |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment