return true if the value is not null nor undefined
from the given list, it removes nulls, undefined, false and empty string (all falsy values except for 0)
returns true if the value is truthy or if it is 0
returns the list removing all null and undefined
return true if the value is not null nor undefined
from the given list, it removes nulls, undefined, false and empty string (all falsy values except for 0)
returns true if the value is truthy or if it is 0
Generated using TypeDoc
returns the list removing all
nullandundefined