Randomly replaces text with profanity.
npm install profanityjavascript
"use strict";
var profanity = require('profanity');
var str = "You are a very kind person and your mother looks lovely.";
console.log(profanity.addProfanity(str));
````