Skip to content

Instantly share code, notes, and snippets.

View SyominAlex's full-sized avatar
💻
I'm learning web development at https://geekbrains.ru/go/KaZuy-

SyominAlex

💻
I'm learning web development at https://geekbrains.ru/go/KaZuy-
View GitHub Profile
function makeSoup() {
const pot = boilPot();
chopCarrots();
chopOnions();
await pot;
addCarrots();
await letPotKeepBoiling(5);
addOnions();
await letPotKeepBoiling(10);
console.log("Your vegetable soup is ready!");