Hi,
can someone help me out basic javascript error, i am begginer so dont whats problem in code

The “hassome” is wrong. Look at the docs, you need to specify a value for city (string or array). Now you select on City hassome “price” and there is no city which is called “price”.
Also, this is wrong:
.gt("Price", 200000);
The field key needs to start with a lowercase letter, like this:
.gt("price", 200000);
To learn about programming with Velo, read the following articles that will help you start working with Velo:
About Velo by Wix - what Velo is and what features it has.
Getting Started with Velo by Wix - step-by-step tutorial on how to start using Velo.
Onboarding to Velo by Wix - introduction to Velo with short tutorials.
Thanks, at last i write first java scrpit code & get data😀