Hacker News new | ask | show | jobs
by madeofpalk 826 days ago
Note that Typescript - the language of the examples - does have proper null through it's type system. A function that returns `T | null` will require callers check for null before using T.