I need help, homework
Hello I was working on a new robot and it say error await fart() can someone tell me what is wrong? I try to replase text with js input.
jest tekstem stosowanym jako przykładowy wypełniacz w przemyśle poligraficznym. Został po raz pierwszy użyty w XV w. przez nieznanego drukarza do wypełnienia tekstem próbnej książki. Pięć wieków później zaczął być używany przemyśle elektronicznym,
let isFarted = false;
let input = "hello my name is josh i am from united kingdom";
async function ILoveSmeell() {
while (isFarted) {
}
}
async function goStink() {
isFarted = true;
console.log("fixing");
await sleep(100); // sleep for bit
input = input.replace("united kingdom", "AMERICA"); // ?
isFarted = false;
}
async function fart_do() {
if (isFarted) {
await ILoveSmeell();
console.log("fixed 2")
} else {
await goStink();
console.log("löl")
}
}
(async () => {
fart();
await fart();
console.log("lol");
})();
from Recent Questions - Stack Overflow https://ift.tt/3rIs5Ok
https://ift.tt/eA8V8J
Comments
Post a Comment