HTML: Markup language
CSS: Styling language
JavaScript: Scripting language
Web APIs: Programming interfaces
All web technology
Learn web development
Discover our tools
Get to know MDN better
In JavaScript, a nullish value is the value which is either null or undefined. Nullish values are always falsy.
null
undefined