How can I make a Javascript word filter? For example, I have a div and within that div I do not want to have certain words that are inside an array:
var badWords = ['teste', 'teste1', 'oteste2'];
How do I check if these words...
asked by
09.07.2014 / 19:35