Skip to content

Instantly share code, notes, and snippets.

@skovalyov
Created November 3, 2015 11:42
Show Gist options
  • Save skovalyov/c45fd4f23f607d62dd47 to your computer and use it in GitHub Desktop.
Save skovalyov/c45fd4f23f607d62dd47 to your computer and use it in GitHub Desktop.
everyone.forEach(function(person) {
if (person === you) person.inviteFriends();
person.go();
});
console.log('Все идут!');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment