TS Non-Null Assertion Operator

Creator
Creator
Seonglae ChoSeonglae Cho
Created
Created
2022 Jan 11 6:15
Editor
Edited
Edited
2022 Jan 11 6:16
Refs
Refs

Suffix Exclamation Mark after Variable

adding this operator causes the compiler to ignore undefined or null types
we should be extremely careful when using it, as it can lead to unexpected behavior if the value is actually undefined
 
 
 
 
 

Recommendations