Skip to content
Snippets Groups Projects
Commit 243c4180 authored by FUSCIELLO Baptiste's avatar FUSCIELLO Baptiste
Browse files

ajout du compte rendu et de l'exercice 1

parents
No related branches found
No related tags found
No related merge requests found
Exercice 1:
function deb1(): number {
let j = 200;
for (let i = 0; i < 10; i++) {
j -= 10;
}
return j;
}
console.log(deb1());
\ No newline at end of file
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