📅  最后修改于: 2022-03-11 14:48:49.241000             🧑  作者: Mango
//the null-coalescing operator ?? returns the value of its left-hand operand if
//it isn't null; otherwise, it evaluates the right-hand operand and returns
//its result.