Skip to content

Instantly share code, notes, and snippets.

@veeara282
Last active December 7, 2022 13:56
Show Gist options
  • Save veeara282/c4d255a186725584ed0d5a6a54f07d4a to your computer and use it in GitHub Desktop.
Save veeara282/c4d255a186725584ed0d5a6a54f07d4a to your computer and use it in GitHub Desktop.
"Heathens" by Twenty One Pilots in JavaScript
/**
* Adapted from "Heathens" by Twenty One Pilots
* (C) Warner/Chappell Music, Inc.
*
* All original modifications are (C) Aidan Fitzgerald and licensed under the
* Creative Commons Attribution 4.0 International License.
* https://creativecommons.org/licenses/by/4.0
*/
function you() {
friends.forEach(function(friend) {
if (friend.isHeathen()) {
takeItSlow();
}
friend.wait(function() {
ask(this.knownPersons());
});
});
var makeSuddenMoves = false;
console.assert(abuse / 2 == undefined);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment