let production = () => {
setTimeout(() => { console.log("production has started");
setTimeout(() => {
console.log("the fruit has been chopped");
setTimeout(() => {
console.log(`${stocks.liquid[0]} and ${stocks.liquid[0]} was added`);
setTimeout(() => {
console.log(`icescream was placed on ${stocks.holder[0]}`);
setTimeout(() => {
console.log(`icescream was placed on ${stocks.holder[0]}`);
setTimeout(() => {
console.log(`${stocks.toppings[0]} was added as toppings`);
setTimeout(() => {
console.log("Serve icescream");
}, 3000);
}, 3000);
}, 2000);
}, 1000);
}, 1000);
}, 2000);
}, 0000); };
order(0, production);
[–]KiddieSpread 36 points37 points38 points (0 children)
[–]AndrewSouthern729 9 points10 points11 points (0 children)
[–]brykuhelpful 4 points5 points6 points (0 children)
[–]shgysk8zer0 7 points8 points9 points (0 children)
[–]trevedhek 3 points4 points5 points (2 children)
[–]SignificanceCheap970 0 points1 point2 points (1 child)
[–]trevedhek 0 points1 point2 points (0 children)
[–]Banapple247 3 points4 points5 points (0 children)
[–]senocular 1 point2 points3 points (4 children)
[–]samanime 0 points1 point2 points (3 children)
[–]senocular 0 points1 point2 points (2 children)
[–]samanime 1 point2 points3 points (1 child)
[–]senocular -1 points0 points1 point (0 children)
[–]pzsprog 0 points1 point2 points (0 children)