You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: exercises/concept/train-driver/.docs/instructions.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@ To practice, use the rest or spread operator to solve each of the tasks below.
12
12
13
13
Your friend has been keeping track of each wagon identifier. Although they are not sure how many wagons and would like the data to be returned as an array.
14
14
15
-
Implement a function `getListOfWagons` that accepts an unknown amount of positive integer that contains the id of each wagon.
15
+
Implement a function `getListOfWagons` that accepts an unknown amount of positive integers that contains the id of each wagon.
0 commit comments