README
Word Counter
This is a TDD exercice to build a tools that allow to count word (more than 2 letters) in a text.
JS Word Counter
<script type="module">
import bastienduranCountWord from 'https://cdn.skypack.dev/@bastienduran/count-word';
</script>
This is a TDD exercice to build a tools that allow to count word (more than 2 letters) in a text.