JSFiddle - React, Tailwind, and code Playground
by steen_hansen
HTML
<!DOCTYPE html><meta charset="utf-8" />
<title>903 Async Await Example</title>
<div id='js-div' style="width:40%">
<a href='https://github.com/steenhansen/type-czech' target="_blank" class='git-hub'>GitHub Package</a>
<div id='js-code'>the javascript</div>
<br>
</div>
<div id="the-explanation" style="width:60%" >
<div class='an-explantion'>903 - Async Await Example</div>
<div id='explanation-text'>
How to check return types inside an await function.
<br>
<br>
<ul>
<li>Used in type-czech-always-on project
<ul style="list-style: none">
<li><a href="https://github.com/steenhansen/type-czech-always-on">GitHub</a></li>
<li ><a href="https://type-czech-always-on.onrender.com/#freehosting-wait-for-at-least-150-seconds">Website takes 150 seconds to wake up free hosting</a></li>
<li><a href="https://github.com/steenhansen/type-czech-always-on/blob/main/Type-Czech/type-checks.js">File with function POST_serverGetSqrt()</a></li>
</ul>
</li>
<li style="list-style: none">
<ul style="list-style: none">
<li> </li>
</ul>
</li>
<li>And type-czech-phone-recipes project
<ul style="list-style: none">
<li><a href="https://github.com/steenhansen/type-czech-phone-recipes">GitHub</a></li>
<li ><a href="https://phone-recipes.herokuapp.com/">Recipe Website</a></li>
<li><a href="https://github.com/steenhansen/type-czech-phone-recipes/blob/main/mongoose-database/tc-comment-collections.js">File with function POST_getCookComments()</a></li>
</ul>
</li>
</ul>
<br>
<!-- ------------------TYPE 1------------------------ -->
<script src="https://cdn.jsdelivr.net/gh/steenhansen/type-czech@latest/web-resources/consolelog.js"></script>
<script...