From c180a79d9b3d041e5597f0b791df32b4e36494ac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonas=20S=C3=B6derstr=C3=B6m?= Date: Tue, 23 Dec 2025 10:40:36 +0100 Subject: [PATCH] Update array values in out.json Given the input array, the out.json (answer) should be with the 5 first. --- src/main/docs/6 - Functions/6.3 - Function as value/out.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/docs/6 - Functions/6.3 - Function as value/out.json b/src/main/docs/6 - Functions/6.3 - Function as value/out.json index a8b75aa..0af8bac 100644 --- a/src/main/docs/6 - Functions/6.3 - Function as value/out.json +++ b/src/main/docs/6 - Functions/6.3 - Function as value/out.json @@ -1 +1 @@ -[4, 66, 776, 10, 5] \ No newline at end of file +[5, 4, 66, 776, 10]