mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-01-12 06:03:04 -05:00
240 B
240 B
title, localeTitle
| title | localeTitle |
|---|---|
| Divide One Number by Another with JavaScript | 用JavaScript划分一个号码 |
用JavaScript划分一个号码
Javascript使用/符号进行除法。
var quotient = 6 / 3; //quotient will get value 2