JSFiddle - React, Tailwind, and code Playground
by steen_hansen
HTML
<!DOCTYPE html><meta charset="utf-8" />
<title>700 Simple 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><br>
<!-- ------------------TYPE 1------------------------ -->
<script src="../web-resources/consolelog.js"></script>
<script src="../web-resources/TypeCzech.js"></script>
<link rel="stylesheet" href="../web-resources/type-czech.css">
<!-- -------------------TYPE 1----------------------- -->
<div id='js-fiddles'>
<a title="Example-Contents" href="../example-snippets/example-contents.html">Contents</a>
<a title="00-Readme-Example" href="../example-snippets/00-Readme-Example.html">00</a>
<a title="01-What-is-TypeCzech" href="../example-snippets/01-What-is-TypeCzech.html">01</a>
<a title="02-Validate-Parameters-by-Value.html" href="../example-snippets/02-Validate-Parameters-by-Value.html">02</a>
<a title="03-Turn-Off-Library-Not-Loaded.html" href="../example-snippets/03-Turn-Off-Library-Not-Loaded.html">03</a>
<a title="04-Turn-Off-No-Check-Functions.html" href="../example-snippets/04-Turn-Off-No-Check-Functions.html">04</a>
<a title="05-Verify-Return-Results-by-Value.html" href="../example-snippets/05-Verify-Return-Results-by-Value.html">05</a>
<a title="06-Validate-Parameters-and-Results.html" href="../example-snippets/06-Validate-Parameters-and-Results.html">06</a>
<a title="07-Mutated-Function-Parameters.html" href="../example-snippets/07-Mutated-Function-Parameters.html">07</a>
<a title="08-Mutated-Recursive-Function-Parameters.html" href="../example-snippets/08-Mutated-Recursive-Function-Parameters.html">08</a>
<a title="09-Closure-Parameters-Results-and-Methods.html" href="../example-snippets/09-Closure-Parameters-Results-and-Methods.html">09</a>
<a...