Skip to content
Snippets Groups Projects
Commit 02f17039 authored by MALLINGER Robin's avatar MALLINGER Robin
Browse files

ajout du fichier exo1

parents
Branches
Tags
No related merge requests found
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.
Please register or to comment