Skip to content

Commit

Permalink
doc: update javascript.md (#281)
Browse files Browse the repository at this point in the history
  • Loading branch information
Damao2250 committed Feb 2, 2023
1 parent 04d063f commit 45f4256
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/javascript.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 45f4256

Please sign in to comment.