Advertisement
Sergiovan

Untitled

Dec 17th, 2014
409
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. ideas.forEach(function(idea, index, array){
  2.     if(!idea.good){
  3.         idea.discard();
  4.         return;
  5.     }else{
  6.         self.excite();
  7.     }
  8. });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement