Math.floor() も JavaScript のメソッド.Math.floor() を使うと小数点以下を切り捨てることができる.例えば, Math.floor(9.3) は 9 を返し, Math.floor(-1.1) は -2 を返す.