Skip to content

Some useless issue #7594

Closed
xmxstudio opened this Issue · 0 comments

2 participants

@xmxstudio

Challenge Everything Be True has an issue.
User Agent is: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.109 Safari/537.36.
Please describe how to reproduce this issue, and include links to screenshots if possible.

My code:

function every(collection, pre) {
  // Is everyone being true?
  return pre;
}

every([{"user": "Tinky-Winky", "sex": "male"}, {"user": "Dipsy", "sex": "male"}, {"user": "Laa-Laa", "sex": "female"}, {"user": "Po", "sex": "female"}], "sex");
@bugron bugron changed the title from TRUTHY - GET RID OF THAT FUCKING WORD! to Some useless issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Something went wrong with that request. Please try again.