Fork me on GitHub
#datascript
<
2020-10-19
>
Vishal Gautam15:10:45

is it possible to call javascript methods inside where clause in query

Vishal Gautam15:10:17

specifically JavaScript instance methods. so lets say i want to call "some string".includes("string")

lilactown18:10:44

I think you can pass on functions as values? I’ve never done it