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 bb73c66 commit 57ccda6Copy full SHA for 57ccda6
README.md
@@ -77,7 +77,7 @@ console.log(sanitize_array(my_array, my_schema));
77
78
// to reverse an array in parts
79
let my_array = [1, 2, 3, 4, 5];
80
-let reverseInPart_array = array_rotate(my_array, 3, 4);
+let reverseInPart_array = array_reverse_part(my_array, 3, 4);
81
82
console.log(reverseInPart_array);
83
0 commit comments