commit e7a1e2cc057009c83a2afe4abbb3187d5cd361a1 Author: szabomarton Date: Fri Sep 6 08:08:42 2024 +0200 asd diff --git a/20240906/index.html b/20240906/index.html new file mode 100644 index 0000000..f284abd --- /dev/null +++ b/20240906/index.html @@ -0,0 +1,14 @@ + + + + + + + CÍM + + + + + + + \ No newline at end of file diff --git a/20240906/script.js b/20240906/script.js new file mode 100644 index 0000000..d7acb30 --- /dev/null +++ b/20240906/script.js @@ -0,0 +1,11 @@ +if (true) { + var x = 10; +} + +console.log(x); + +function MyFunction(){ + var y = 15; +} + +console.log(y); \ No newline at end of file