for own attr, value of this | |
if attr == 'foo' && value == 'bar' | |
console.log 'Found a foobar!' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
for own attr, value of this | |
if attr == 'foo' && value == 'bar' | |
console.log 'Found a foobar!' |