JavaScript if else Statement · let x = 25; if( x > 10 ) console. · if( condition ) { // statements } · if( condition ) { // statement } else { // statement (when ...
確定! 回上一頁