Assert that input is null.
input
null
assertIsNull(null); // does not throwassertIsNull(undefined); // throws TypeError: input is not null Copy
assertIsNull(null); // does not throwassertIsNull(undefined); // throws TypeError: input is not null
Assert that
inputisnull.