doc: update javascript.md (#281)

This commit is contained in:
Damao 2023-02-02 11:45:19 +08:00 committed by GitHub
parent 04d063f1fe
commit 45f42568fc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -88,7 +88,7 @@ console.log(single.length);
```javascript
5 + 5 = 10 // 加法 Addition
10 - 5 = 5 // 法 Subtraction
10 - 5 = 5 // 法 Subtraction
5 * 10 = 50 // 乘法 Multiplication
10 / 5 = 2 // 除法 Division
10 % 5 = 0 // 取模 Modulo