20 - Multiple Empty Parameters and Results

by steen_hansen

HTML

<!DOCTYPE html><meta charset="utf-8" />
<title>20 Multiple Empty Parameters and Results</title>





<div id='js-div' style="width:54%">
  <a href='https://github.com/steenhansen/type-czech' target="_blank"  class='git-hub'>GitHub Package</a>
        <div id='js-code'>the javascript</div>
</div>



<div id="the-explanation" style="width:46%">
  <div class='an-explantion'>20 - Multiple Empty Parameters and Results</div>

  <div id='explanation-text'>
    <br>

To see if a function has multiple parameters or return results that lack content, such as empty strings, arrays with 
no elements, or an objects with no properties use checkParam_empty().

<br><br>
Null and undefined values are also considered to be empty with no value.
<br><br>


</div>

<div id="console-log"  >
  <div class='a-title'>Console Output</div>
  <div id='log-text'></div>
  <br>
</div>

<br><br>









<!--            -----------------TYPE 1-------------------------       -->
<script src="https://cdn.jsdelivr.net/gh/steenhansen/type-czech@latest/web-resources/consolelog.js"></script>
<script src="https://cdn.jsdelivr.net/gh/steenhansen/type-czech@latest/web-resources/TypeCzech.min.js"></script>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/steenhansen/type-czech@latest/web-resources/type-czech.css">
<!--            ---------------TYPE 1---------------------------       -->
<div id='js-fiddles'>
  <a title="Example-Contents" href="https://jsfiddle.net/steen_hansen/1Lshcept/?Example-Contents" target="_blank">Contents</a>


  <a title="00-Readme-Example" href="https://jsfiddle.net/steen_hansen/0xtpLwsc/?00-Readme-Example" target="_blank">00</a>

  <a title="01-What-is-TypeCzech" href="https://jsfiddle.net/steen_hansen/9u54vsd2/?01-What-is-TypeCzech" target="_blank">01</a>

  <a title="02-Validate-Parameters-by-Value.html" href="https://jsfiddle.net/steen_hansen/6zy89om1/?02-Validate-Parameters-by-Value" target="_blank">02</a>
    
    <a title="03-Turn-Off-Library-Not-Loaded.html"...