Skip to content
Snippets Groups Projects
Commit c81745a3 authored by HALLER Margaux's avatar HALLER Margaux
Browse files

exercice 2

parent ea2a4433
No related branches found
No related tags found
No related merge requests found
//Exercice 1
function deb1(): number {
let tab = []
let j = 200;
for (let i = 0; i < 10; i++) {
j -= 10;
tab[i]=j;
}
return j;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment