I have a variable, which brings me all the data in the database. There is, as in javascript, I do a filter on it yet, like it brings me 10 tuples and by the only one filter. Before anyone says to do this in the bank, I would like to know if you can do this in javascript, just for learning.
Edit:
As it was not clear, I will clarify.
Is there a way to filter a recordset with javascript?
Sérgio answered me by array and filter.
That was the question. Is there a way to make a filter in a recordset using pure javascript? Classic asp recordset.