JSで制御文の書き方

if文の書き方
if($num==1 || VAL == ‘A’ ){

}else if($num <= 10 && $num < 1){ }else{ }

HTML5