Skip to content

Instantly share code, notes, and snippets.

@11111000000
Last active August 29, 2015 14:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save 11111000000/59f45dccd407e3b3f1c9 to your computer and use it in GitHub Desktop.
Save 11111000000/59f45dccd407e3b3f1c9 to your computer and use it in GitHub Desktop.
pvZrJm
<div class="first-test" ></div>
<div class="second-test"></div>
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