-
Might be a silly question but what is the proper way to do such thing? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
No, the |
Beta Was this translation helpful? Give feedback.
-
Might be a silly question but what is the proper way to do such thing? |
Beta Was this translation helpful? Give feedback.
-
No, the |
Beta Was this translation helpful? Give feedback.
No, the
value
function default only handles the case where the key isn't there, not when it's there but is a different type, and null is a type. If you have a case where it can be null, then you need to handle that manually. There isn't a built-in function that handles that case.