Set the variable to different value and then try
http://vietjack.com/ Trang chia sẻ học online miễn phí Page http://vietjack.com/javascript/index.jsp Copyright © vietjack.com Kết Qualifies for driving Set the variable to different value and then try Lệnh if else Lệnh 'if else' mẫu lệnh điều khiển khác cho phép JavaScript thực thi lệnh cách điều khiển Cú pháp if (expression){ Statement(s) to be executed if expression is true } else{ Statement(s) to be executed if expression is false } Ở đây, biểu thức JavaScript ước lượng Nếu giá trị kết true, lệnh cung cấp khối if thực thi Nếu biểu thức false, lệnh cho khối else thực thi Ví dụ Thử ví dụ sau để hiểu cách lệnh if…else làm việc JavaScript 18 ){ document.write("Qualifies for driving"); } else{ http://vietjack.com/ Trang chia sẻ học online miễn phí Page http://vietjack.com/javascript/index.jsp Copyright © vietjack.com document.write("Does not qualify for driving"); } // >Set the variable to different value and then try
Kết Does not qualify for driving Set the variable to different value and then try Lệnh if else if Lệnh if else if mẫu lệnh điều khiển if…else nâng cao mà cho phép JavaScript tạo định xác số điều kiện Cú pháp Cú pháp lệnh if-else-if sau: if (expression 1){ Statement(s) to be executed if expression is true } else if (expression 2){ Statement(s) to be executed if expression is true } else if (expression 3){ Statement(s) to be executed if expression is true } else{ Statement(s) to be executed if no expression is true http://vietjack.com/ Trang chia sẻ học online miễn phí Page http://vietjack.com/javascript/index.jsp Copyright © vietjack.com } Khơng có đặc biệt code Nó loạt lệnh if, if phần mệnh đềelse lệnh trước Các lệnh thực thi sở điều kiện true, khơng có điều kiện true, khối else thực thi Ví dụ Bạn thử ví dụ sau để học cách thực thi lệnh if-else-if JavaScriptSet the variable to different value and then try
http://vietjack.com/ Trang chia sẻ học online miễn phí Page http://vietjack.com/javascript/index.jsp Copyright © vietjack.com Kết Maths Book Set the variable to different value and then try http://vietjack.com/ Trang chia sẻ học online miễn phí Page ...http://vietjack.com /javascript/ index.jsp Copyright © vietjack.com Lệnh if Lệnh if lệnh điều khiển mà cho phép JavaScript điều khiển luồng thực thi lệnh theo điều kiện Cú pháp Cú pháp cho lệnh if là:... Trang chia sẻ học online miễn phí Page http://vietjack.com /javascript/ index.jsp Copyright © vietjack.com } Khơng có đặc biệt code Nó loạt lệnh if, if phần mệnh đềelse lệnh trước Các lệnh thực thi... chia sẻ học online miễn phí Page http://vietjack.com /javascript/ index.jsp Copyright © vietjack.com Kết Qualifies for driving Set the variable to different value and then try Lệnh if else Lệnh 'if