「if 条件分岐」-サンプルページ-
function hoge(){ i=9; if (i < 10) { document.write("一桁ですね!"); } }