Explain Null and Undefined in JavaScript Technology Community › Category: JavaScript › Explain Null and Undefined in JavaScript 0 Vote Up Vote Down VietMX Staff asked 4 years ago JavaScript (and by extension TypeScript) has two bottom types: null and undefined. They are intended to mean different things: Something hasn’t been initialized : undefined. Something is currently unavailable: null.