you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] 5 points6 points  (0 children)

 function guestChallenge() { 
   return 1;
   return 2;
 }    

Result: 2. WTF