This commit is contained in:
szabomarton
2024-09-06 08:08:42 +02:00
commit e7a1e2cc05
2 changed files with 25 additions and 0 deletions

11
20240906/script.js Normal file
View File

@@ -0,0 +1,11 @@
if (true) {
var x = 10;
}
console.log(x);
function MyFunction(){
var y = 15;
}
console.log(y);