Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ideas.forEach(function(idea, index, array){
- if(!idea.good){
- idea.discard();
- return;
- }else{
- self.excite();
- }
- });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement