Skip to content

Commit ad22a52

Browse files
correct typo in args
1 parent 278084f commit ad22a52

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

exercises/arrays/chunk.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ function chunk(array, size) {
3434

3535
// Using the slice method in subarray
3636

37-
function chunk(array. size) {
37+
function chunk(array, size) {
3838
const chunked = [];
3939
let index = 0;
4040

0 commit comments

Comments
 (0)