Last active
December 7, 2022 13:56
-
-
Save veeara282/c4d255a186725584ed0d5a6a54f07d4a to your computer and use it in GitHub Desktop.
"Heathens" by Twenty One Pilots in JavaScript
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* 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