Skip to content

Commit dabf24b

Browse files
ish-kafelleviding
authored andcommitted
smart header 不应该翻译
1 parent ced239e commit dabf24b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • 1-js/02-first-steps/11-logical-operators

1-js/02-first-steps/11-logical-operators/article.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@ alert( 1 && 2 && null && 3 ); // null
230230
alert( 1 && 2 && 3 ); // 3,最后一个值
231231
```
232232

233-
````聪明的头脑知道:"与运算 `&&` 在或操作符 `||` 之前执行"
233+
````smart header="与运算 `&&` 在或操作符 `||` 之前执行"
234234
与运算 `&&` 的优先级比或运算 `||` 要高,所以它将会比或运算先执行。
235235

236236
下面代码中的,`1 && 0` 将会首先被运算:

0 commit comments

Comments
 (0)