Get the found word from a Database service call in Javascript.
Hi,
I have a sentence with couble of words, Also I have a database table with 500 words, I read the sentence and want to know which words are included in the database table (of 500 words). I use java script, in a loop I want to display each found wordt with a allert. In Java script I used service call to the database and with a check (if data.length 0) on SUCCESS I know If I found a word. How do I know Which word is found? data.SOMEThing ??? Please help.