In this lesson, you are going to learn about the null coalescing operator. This is a nice little operator because it helps us write stabler applications that don't crash and, for example, when an object reference has not been set. Let's take a look at this in action; otherwise, it's going to seem very abstract.





















































