已学三种判断分支语句:
1. if else
if else if
2.switch case break;
3.条件?value1:value2;,三元运算符,是js中唯一需要三个元素参加的运算符
&& || 短路运算也算两种分支语句
- 既可当减号也可以当负号。