Hello Dear Community. I want to ask about `null` i...
# ask-questions
a
Hello Dear Community. I want to ask about
null
in
evalOperatorCondition()
method. Do we follow JavaScript style and cast
null
to
0
? The case this question about is: We have user attributes:
{"age": null}
We have condition:
{"age": {"$lt": 30}}
Should the condition evaluation be passed or not? If we follow JavaScript way:
I just want to make sure if we follow JavaScript convention about
null
in GrowthBook condition evaluation