We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ff766d commit 236e67bCopy full SHA for 236e67b
tests/functions-and-arrays.spec.js
@@ -1,3 +1,6 @@
1
+/*
2
+
3
+*/
4
const shuffle = (currentArray) => {
5
const array = [...currentArray];
6
let counter = array.length;
0 commit comments