703 Async Await

by steen_hansen

HTML

<!DOCTYPE html><meta charset="utf-8" />
<title>703 Async Await</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'>703 - Async Await</div>
  <div id='explanation-text'> 
  How to check return types inside an await function.
<br>
<br>

<a href="https://jsfiddle.net/steen_hansen/hydvt4jq/?703-B-Async-Await-TypeScript-Fail"  target="_blank">703 - B Async Await - TypeScript Fail Example</a>

 <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>&nbsp;</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...