README
turn desired words to 'smurf', brad dayley book exercise, but I didn't want to 'censorify'. How authoritarian!
Note: the code in the book has a bug, so it only picks up the first instance of any of the prohibited words.
Change words to 'smurf'
<script type="module">
import smurfify from 'https://cdn.skypack.dev/smurfify';
</script>
turn desired words to 'smurf', brad dayley book exercise, but I didn't want to 'censorify'. How authoritarian!
Note: the code in the book has a bug, so it only picks up the first instance of any of the prohibited words.