Last active
August 29, 2015 14:16
-
-
Save 11111000000/59f45dccd407e3b3f1c9 to your computer and use it in GitHub Desktop.
pvZrJm
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
<div class="first-test" ></div> | |
<div class="second-test"></div> |
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
do -> | |
test = yes | |
do -> | |
if test | |
test = no | |
document.query-selector \.first-test .innerHTML = \OK | |
else | |
document.query-selector \.first-test .innerHTML = \FAIL | |
do -> | |
test = yes | |
do -> | |
if !test | |
document.query-selector \.second-test .innerHTML = \OK | |
else | |
document.query-selector \.second-test .innerHTML = \FAIL | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment