Skip to content

Commit 422fcf8

Browse files
authored
Update README.md
1 parent b70cda4 commit 422fcf8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Candy-001/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
#### 題目:找出陣列裡最小的兩個值的總和
66

77
```js
8-
例如
8+
範例
99

1010
[15, 28, 4, 2, 43] 印出 6
1111

@@ -27,4 +27,4 @@ const list2 = [23, 15, 59, 4, 17];
2727

2828
console.log(sumOfSmallestValues(list1)); // 印出 7
2929
console.log(sumOfSmallestValues(list2)); // 印出 19
30-
```
30+
```

0 commit comments

Comments
 (0)