Created
May 11, 2018 22:27
-
-
Save tance77/d54f3506657951eefd028f018c5f2918 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
<body> | |
</body> | |
<script> | |
let blackMagic = true; | |
blackMagic && document.body.style.setProperty("background-color", "pink"); | |
!blackMagic && document.body.style.setProperty("background-color", "green"); | |
</script> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment