How to filter out the contents of an array whose length is greater than 1 #41
Answered
by
lahmatiy
eightHundreds
asked this question in
Q&A
-
input:
query:
Expected result
|
Beta Was this translation helpful? Give feedback.
Answered by
lahmatiy
Nov 7, 2023
Replies: 1 comment
-
You need to use
Try it in playground |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
lahmatiy
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You need to use
size()
method on arrays:Try it in playground
Jora documentation