Created
February 8, 2016 14:16
-
-
Save svenliebig/babb242746be68e9fdc5 to your computer and use it in GitHub Desktop.
Oh mein Gott
This file contains hidden or 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
var wie_komm_ich_da_bloß = "rein"; | |
for (var x = 0; x < 3; x++) { | |
console.log("Oh mein Goot, dieser Himmel"); | |
switch(x) | |
case 1: | |
console.log("Wo zur Hölle soll das sein"); | |
case 2: | |
console.log("Wie komm ich da bloß rein"); | |
default: | |
console.log("Wo zum Teufel soll das sein"); | |
} | |
console.log("Will da oben rein, wie soll das gehen"); | |
if true | |
console.log("Muss ich sein wie Mohammed, Buddha oder Kayne"); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment