Checks whether a value is "truthy" and not an empty object or empty array.
Rules:
The value to check.
true if the value is considered meaningful, otherwise false.
true
false
Checks whether a value is "truthy" and not an empty object or empty array.
Rules: