Advertisement
Guest User

Untitled

a guest
Feb 8th, 2016
49
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.43 KB | None | 0 0
  1. var wie_komm_ich_da_bloß = "rein";
  2. for (var x = 0; x < 3; x++) {
  3. console.log("Oh mein Goot, dieser Himmel");
  4. switch(x)
  5. case 1:
  6. console.log("Wo zur Hölle soll das sein");
  7. case 2:
  8. console.log("Wie komm ich da bloß rein");
  9. default:
  10. console.log("Wo zum Teufel soll das sein");
  11. }
  12. console.log("Will da oben rein, wie soll das gehen");
  13. if true
  14. console.log("Muss ich sein wie Mohammed, Buddha oder Kayne");
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement