解决 0455 分发饼干 JavaScript 版本代码没有样式问题

This commit is contained in:
Luo
2021-09-28 14:05:37 +08:00
committed by GitHub
parent cce22c81f8
commit 089c8325f5

View File

@ -200,7 +200,7 @@ func findContentChildren(g []int, s []int) int {
```
Javascript:
```
```js
var findContentChildren = function(g, s) {
g = g.sort((a, b) => a - b)
s = s.sort((a, b) => a - b)