Releases: InkyzProd/toksik
Releases · InkyzProd/toksik
24 Nov 2023
24 Nov 2023
Added first function isToxic
Usage
console.log(isToxic('Halo, apakah nama kamu babi?')); // return true
console.log(isToxic('Halo, apakah nama kamu sukijar?')); // return false
fungsi yang tersedia
function | description |
---|---|
isToxic |
This will return true if the text contains dirty words, if the text does not contain dirty words it will return false |
Terima kasih!