Skip to content
Snippets Groups Projects
Commit fd2c1f5f authored by BOGUET Thomas's avatar BOGUET Thomas
Browse files

Ex 7

parent a0e30bac
No related branches found
No related tags found
No related merge requests found
......@@ -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);
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment