Google News
logo
TypeScript - Interview Questions
How will you check if a variable is null or undefined in TypeScript?
if(value) return true if value is not null, undefined, empty, false, 0 or NaN.
Advertisement