词典论坛联络

   英语 俄语 +
Google | Forvo | +

nullish coalescing operator

强调
编程 оператор объединения с пустым или неопределённым значением (The ?? operator is a logical operator in JavaScript that returns its right-hand side operand when its left-hand side operand is null or undefined, and otherwise returns its left-hand side operand. Alex_Odeychuk); оператор нулевого слияния (в JavaScript Ремедиос_П)