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 00b22c8 commit 31348d5Copy full SHA for 31348d5
exercises/concept/train-driver/train-driver.js
@@ -18,7 +18,7 @@ export function getListOfWagons(a, b, c, d, e, f, g, h, i, j, k, l, m, n) {
18
* Reorder the array of wagons by moving the first 2 wagons to the end of the array.
19
*
20
* @param {Iterable<number>} ids
21
- * @returns {number[]} reorderd list of wagons
+ * @returns {number[]} reordered list of wagons
22
*/
23
export function fixListOfWagons(ids) {
24
throw new Error('Please implement the fixListOfWagons function');
0 commit comments