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

refresh

parent 0ee98654
No related branches found
No related tags found
No related merge requests found
let j = 10;
console.log(j);
deb4();
console.log( j);
function deb4(): number {
let j = 25;
console.log( j);
for (let i = 0; i < 10; i++) {
let j = 2 * i;
console.log(i,j);
}
return j;
}
\ 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