README
This is a sample NPM module created in Learn Enough JavaScript to Be Dangerous by Michael Hartl.
Palindrome detector
<script type="module">
import plinovodjaPalindrome from 'https://cdn.skypack.dev/plinovodja-palindrome';
</script>
This is a sample NPM module created in Learn Enough JavaScript to Be Dangerous by Michael Hartl.