Update index.html

This commit is contained in:
Sam Sneed 2024-05-31 21:09:32 +00:00 committed by GitHub
parent 7cf3b05dc0
commit d5f3725ab5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -5,7 +5,6 @@ const helpers = new JSPlusPlus.General.Helpers
const html = new JSPlusPlus.HTMLFrontend
html.initHead("Toxicity Check")
html.initBody()
createElement
function tox(sentence) {
const objSentence = [sentence]
console.log(helpers.isToxic(objSentence))