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 e1af39e commit d5ae91dCopy full SHA for d5ae91d
exercises/concept/train-driver/.docs/instructions.md
@@ -49,7 +49,7 @@ The wagon IDs of the second `array` should be added into the first `array` direc
49
```javascript
50
eachWagonsWieght = [1, 5, 20, 7, 4, 8];
51
missingWagons = [3, 17, 6, 15];
52
-CorrectListOfWagons(eachWagonsWieght, missingWagons);
+correctListOfWagons(eachWagonsWieght, missingWagons);
53
// => [1, 3, 17, 6, 15, 5, 20, 7, 4, 8]
54
```
55
0 commit comments