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-1
Original file line number
Diff line number
Diff line change
@@ -80,7 +80,7 @@ Your friend has noticed that they don't need the arrival time in the routing inf
80
80
Therefore your friend would like you to separate the arrival time from the routing information.
81
81
82
82
Implement a function `separateArrivalTime` that accepts an object with the routing information.
83
-
The function should return an array there the first elment of the arrival time and the second element is an object with the routing information.
83
+
The function should return an array there the first elment of they array is the arrival time and the second element is an object with the routing information without arrivaltime.
0 commit comments