mirror of
https://github.com/PostHog/posthog.git
synced 2024-11-29 03:04:16 +01:00
11 lines
121 B
Plaintext
11 lines
121 B
Plaintext
--- arrayMap ----
|
|
[2, 4, 6]
|
|
--- arrayExists ----
|
|
true
|
|
false
|
|
false
|
|
--- arrayFilter ----
|
|
['banana']
|
|
['apple', 'cherry']
|
|
[]
|