max
種 類
メソッド
書 式
Math.
max(値1,値2)
解 説
2つの値を比較し大きい値を返します。
コード
n = eval(prompt("Input Number",10));
alert(Math.max(n,5));
■サンプルをダウンロードする
>>.zip