freeCodeCamp/guide/chinese/javascript/tutorials/divide-one-number-by-another-with-javascript/index.md
2018-10-16 21:32:40 +05:30

179 B

title localeTitle
Divide One Number by Another with JavaScript 用JavaScript划分一个号码

JavaScript使用/符号进行划分。

var quotient = 66 / 33;