mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-01-14 12:09:12 -05:00
179 B
179 B
title, localeTitle
| title | localeTitle |
|---|---|
| Divide One Number by Another with JavaScript | 用JavaScript划分一个号码 |
JavaScript使用/符号进行划分。
var quotient = 66 / 33;