update snippets 62-78
This commit is contained in:
@ -9,5 +9,5 @@ const initialize2DArray = (w, h, val = null) => Array(h).fill().map(() => Array(
|
||||
```
|
||||
|
||||
```js
|
||||
initializeArrayWithRange(2, 2, 0) -> [[0,0], [0,0]]
|
||||
initialize2DArray(2, 2, 0) -> [[0,0], [0,0]]
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user