const stopWords = [
"a", "an", "the", "and", "it", "for", "or",
"but", "in", "my", "your", "our", "their",
];

For further actions, you may consider blocking this person and/or reporting abuse
const stopWords = [
"a", "an", "the", "and", "it", "for", "or",
"but", "in", "my", "your", "our", "their",
];
For further actions, you may consider blocking this person and/or reporting abuse
Top comments (0)