Checks whether a value is either null or undefined.
null
undefined
true for null or undefined, false otherwise.
true
false
Value to check.
Copyright Ⓒ 2023 SAP SE or an SAP affiliate company. All rights reserved.
Checks whether a value is either
null
orundefined
.Returns
true
fornull
orundefined
,false
otherwise.