scrambleword.js
v1.0.0
Published
A Package for Scrambling Word
Downloads
4
Maintainers
Readme
scrambleword.js
A Package for scrambling text and word
installation
npm i scrambleword.jsor
npm i scrambleword.js -gBasic Usage
To Scramble word, Use this method.
const scramble = require('scrambleword.js');
const scrambled = scramble('Hello'); // random scramble a word
// i got "leohl"
console.log(scrambled);Scramble a text
To Scramble a text, use this method.
const scramble = require('scrambleword.js');
const scrambled = scramble.scrambletext('Hello, My name is theproggrammerguy'); // random scramble a text
// i got "theproggrammerguy is My name Hello,"
console.log(scrambled);Discord
my Discord is (0L_0V2)#2021, You Can also try my bot. My Bot too many features. If you need help, DM Me.
