Skip to content

Commit 236e67b

Browse files
committed
end
1 parent 8ff766d commit 236e67b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tests/functions-and-arrays.spec.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
/*
2+
3+
*/
14
const shuffle = (currentArray) => {
25
const array = [...currentArray];
36
let counter = array.length;

0 commit comments

Comments
 (0)