JSRUN
使用此草稿 删除草稿
逻辑操作符可以反转或组合布尔表达式。
以下是关于逻辑表达式的示例:
if (!done && (col == 0 || col == 3)) { // ...Do something... }