Derpify.js – a tool for these trying times…
As the times we live in demand it, I released Derpify.js. It is an npm package (3 line method) that turns strings into strings that are randomly mixed upper and lower case. console.log(derpify('All he wanted to say was I love you all.')) gives you: ALL hE WANTed to SAY WAS I lOVe YoU AlL. Get it: NPM: "https://www.npmjs.com/package/derpify.js":https://www.npmjs.com/package/derpify.js GitHub repo: "https://github.com/codepo8/derpify":https://github.com/codepo8/derpify "Demo page":https://codepo8.github.io/derpify/demo.html
As the times we live in demand it, I released Derpify.js. It is an npm package (3 line method) that turns strings into strings that are randomly mixed upper and lower case.
console.log(derpify('All he wanted to say was I love you all.'))
gives you:
ALL hE WANTed to SAY WAS I lOVe YoU AlL.
Get it: