expletive-greeter

Enter your enemy's name and an expletive, and the module returns the expletive + name.

Usage no npm install needed!

<script type="module">
  import expletiveGreeter from 'https://cdn.skypack.dev/expletive-greeter';
</script>

README

expletive-greeter

Enter your enemy's name and an expletive, and the module returns the expletive + name.

Usage

If anyone ever want to prefix their enemy's name with an expletive, import the module.

const greeter = require('expletive-greeter');

greeter(name, expletive);

Example: const greeter = require('expletive-greeter'); console.log(greeter("John","monkey"));

Output:

monkey John!

License

MIT © Vinod Mathew Sebastian