The Krabby Patty Secret Recipe

Posted by herronjo at 9:32 AM on 4/25/2018 EST:

var number = Number(prompt("Number?"));
var orderee = window.localStorage.getItem("username");

var burgerking = function(x) {
if (x == "Chicken sandwich") {
alert("k");
makeSandwich(x);
} else if (x == "Big Mac") {
alert("What the heck dude!");
banCustomer(orderee);
} else if (x == "Whopper") {
alert("k");
makeSandwich(x);
} else if (x == "Foot lettuce") {
alert("Eww, gross!");
fireEveryone();
} else {
alert("We don't serve that here.");
}
}

if (number == 15) {
burgerking("Foot lettuce");
}

˄ 0  ˅ 0

Comments:
savaka
num🅱️er 15, 🅱️urger 🅱️ing 🅱️oot 🅱️ettuce

alluthus
I don’t understand this language. Type in Japanese or English please for me to understand.


EncloCreations
Fix the id issue herronjo
Log in to post a comment!