Community

Using The Non-Null Assertion Operator To Fix .shift() and .pop() Errors In TypeScript 3

(Ben Nadel) One of the things that I love most about TypeScript is that it forces me to think more deeply about my code because it is constantly checking the “assumptions” that I make about runtime truths.