README
palindrome
sample code starting from Learn Enough Javascript... section 8.1 using Mocha and NPM
Palindrome detector
<script type="module">
import duyemuraPalindrome from 'https://cdn.skypack.dev/duyemura-palindrome';
</script>
sample code starting from Learn Enough Javascript... section 8.1 using Mocha and NPM