var testVariable = firstVariable == null ? 0 : 10;
This is an example of a small simple code. I understand vaguely that it is performing somewhat of a similar concept of a conditional statement (just like an if statement). But what do you call this name of coding if it is utilizing the " ? : " symbol?