Skip to content

Instantly share code, notes, and snippets.

@svenliebig
Created February 8, 2016 14:16
Show Gist options
  • Save svenliebig/babb242746be68e9fdc5 to your computer and use it in GitHub Desktop.
Save svenliebig/babb242746be68e9fdc5 to your computer and use it in GitHub Desktop.
Oh mein Gott
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