From fd2c1f5f5062ddfccd9ed0a5b889fc3f94b528a9 Mon Sep 17 00:00:00 2001 From: BOGUET <thomas.boguet1@etu.univ-lorraine.fr> Date: Sun, 30 Mar 2025 14:41:28 +0200 Subject: [PATCH] Ex 7 --- qualdev/Td_debug/exercice.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/qualdev/Td_debug/exercice.ts b/qualdev/Td_debug/exercice.ts index 0a1b69c..df58f48 100644 --- a/qualdev/Td_debug/exercice.ts +++ b/qualdev/Td_debug/exercice.ts @@ -63,4 +63,5 @@ console.log(tab1, tab2); let tab3 = [1, 2, 3]; let tab4 = [...tab3]; tab3[1] = 5; -console.log(tab3, tab4); \ No newline at end of file +console.log(tab3, tab4); + -- GitLab