Hacker News new | ask | show | jobs
by danielinoa 2083 days ago
Not quite. There can be a null value if the object type allows for it, think Optional<T>. What you can't have is an undefined object, as you could in Javascript for example.