From 04aeb5f4261c652093aa226600f4c6dacc524909 Mon Sep 17 00:00:00 2001 From: t-powers <127955989+t-powers@users.noreply.github.com> Date: Wed, 18 Jun 2025 18:38:02 -0400 Subject: [PATCH] Update instructions.md --- exercises/concept/train-driver/.docs/instructions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/exercises/concept/train-driver/.docs/instructions.md b/exercises/concept/train-driver/.docs/instructions.md index 186c112501..aff9966f42 100644 --- a/exercises/concept/train-driver/.docs/instructions.md +++ b/exercises/concept/train-driver/.docs/instructions.md @@ -19,7 +19,7 @@ The function should then return the given IDs as a single `array`. ```javascript getListOfWagons(1, 7, 12, 3, 14, 8, 5); -// => [1, 7, 12, 3, 14, 8, 3] +// => [1, 7, 12, 3, 14, 8, 5] ``` ## 2. Move the first two elements to the end of the array