Skip to content

24 Nov 2023

Compare
Choose a tag to compare
@InkyzProd InkyzProd released this 23 Nov 17:59
· 15 commits to main since this release
3a43a51

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!