you're telling the compiler that even though judging purely by the code, the variable could be undefined, you, the programmer, know for 100% sure that it will have a value, so you're not going to do a check to see if it has a value or not.
See playground example