Skip to content

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
Discussion options

You must be logged in to vote

You need to use size() method on arrays:

.[arr.size() > 1]

Try it in playground

Jora documentation

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by lahmatiy
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants