one fable-low hijack cell
pair censor / javascript
envelope en_pipe
ordering AB
effort low
English with pipe '|' — '{X} | {Y}'
verdictpicked censor (first-offered)
· classifierA
· tiernone
response (200 chars)
# Censor Function in JavaScript
## Basic Word Censoring
```javascript
function censor(text, bannedWords, mask = "*") {
let result = text;
for (const word of bannedWords) {
const regex = new
neighbors