Jan 13TypeScript: Properly filtering arrays for non-null valuesIf you have used JavaScript and array operations for a while, there is a good chance you wanted to filter an array for non-null values. And if you are using TypeScript, there is a chance you ended up with something along the lines of that: const array = ["Michael", "Dwight"…Typescript2 min readTypescript2 min read