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

corrdction_bug

parent 1be825bf
No related branches found
No related tags found
No related merge requests found
function deb3(xy: number[]): void {
xy[0] = 100;
xy[1] = 200;
console.log(xy);
}
let xy = [10, 20];
deb3(xy);
console.log(xy);
\ 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