What is Typescript 's exclamation(!) mark operator, or bag and how does it work?
TL;DR
The bang operator tells the compiler to temporarily relax the "not null" constraint that it might otherwise demand. It says to the compiler: "As the developer, I know better than you that this variable cannot be null right now".
I think this qu...
blog.allaroundjavascript.com3 min read