aboutsummaryrefslogtreecommitdiff
path: root/files/zh-cn/web/javascript/reference/operators/conditional_operator
diff options
context:
space:
mode:
Diffstat (limited to 'files/zh-cn/web/javascript/reference/operators/conditional_operator')
-rw-r--r--files/zh-cn/web/javascript/reference/operators/conditional_operator/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/files/zh-cn/web/javascript/reference/operators/conditional_operator/index.html b/files/zh-cn/web/javascript/reference/operators/conditional_operator/index.html
index cb3153c5ee..720dda3c68 100644
--- a/files/zh-cn/web/javascript/reference/operators/conditional_operator/index.html
+++ b/files/zh-cn/web/javascript/reference/operators/conditional_operator/index.html
@@ -52,7 +52,7 @@ console.log(greeting({name: 'Alice'})); // "Howdy, Alice"
console.log(greeting(null)); // "Howdy, stranger"
</pre>
-<div class="blockIndicator note">
+<div class="note">
<p><strong>Note:</strong> <a href="/en-US/docs/Web/JavaScript/Reference/Operators/Optional_chaining">The optional chaining operator</a> 设计用来处理这种使用场景。在本文档写成的时候 (2019.01),这个运算符还处于实验阶段并且没有实现。</p>
</div>