Is it possible to query multiple entries in javascript?

I’m using this frappe.client.get_value but it seems to be returning 1 entry only.

try frappe.db.get_list
or frappe.client.get_list

Yes I just found it, I searched in frappe. Trying now, thanks!